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

<Check title="Required Permissions" icon="key">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

workflowIdstringRequiredformat: "uuid"
The workflow Id.
customFieldDefinitionIdstringRequiredformat: "uuid"
The custom field definition Id.

Request

The order update form.
orderdoubleRequired
The order of the custom field definition within a project template or a project.

Response

OK
orderdouble
The order of the custom field definition within a project template or a project.

Errors

404
Not Found Error