Updates custom field order in a template.

Updates custom field order in a template. The custom field order is stored for the template. <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.
customFieldDefinitionIdstringRequiredformat: "uuid"
The id of the custom field definition.

Request

The model used to update the order of the custom field definition.
orderdoubleRequired
The order of the custom field definition within a project template or a project.

Response

OK
orderdoubleOptional
The order of the custom field definition within a project template or a project.

Errors

404
Not Found Error