Updates the order of a custom field definition linked to the specified project.

<Check title="Required Permissions" icon="key">The user must have `project-master-data:write` permissions or `write` permissions on the specified project.</Check>

Authentication

AuthorizationBearer

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

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.
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
orderdouble or null
The order of the custom field definition within a project template or a project.

Errors