Updates the order of a custom field definition for a project template.

<Check title="Required Permissions">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 custom field definition id.

Request

The model 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