Updates the order of a custom field definition for a project.
Required Permissions
The user must be an admin or haveproject-master-data:write
permissions.Path parameters
projectId
The id of the project.
customFieldDefinitionId
The custom field definition id.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
order
The order of the custom field definition within a project template or a project.
Response
OK
order
The order of the custom field definition within a project template or a project.