Links a custom field definition 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.

Request

The model used to link the custom field definition.
customFieldDefinitionIdstringRequiredformat: "uuid"
The id of the custom field definition.
orderdoubleRequired
The order of the custom field definition.

Response

No Content

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error