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

Required Permissions
The user must be an admin or have project-master-data:write permissions.

Path parameters

projectIdUUIDRequired
The id of the project.
customFieldDefinitionIdUUIDRequired
The custom field definition id.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
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.