Authorizations
Response
Available options:
TITLE, DESCRIPTION, STATUS, PRIORITY, REQUESTER, ASSIGNEE, APPROVERS, FOLLOWERS curl --request PUT \
--url https://core.ravenna.ai/api/request-type-custom-fields/orders \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"id": "<string>",
"order": 123
}'[
{
"id": "<string>",
"order": 123,
"requestTypeId": "<string>",
"customFieldId": "<string>",
"required": true,
"private": true,
"parentId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"ticketField": "TITLE"
}
]curl --request PUT \
--url https://core.ravenna.ai/api/request-type-custom-fields/orders \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"id": "<string>",
"order": 123
}'[
{
"id": "<string>",
"order": 123,
"requestTypeId": "<string>",
"customFieldId": "<string>",
"required": true,
"private": true,
"parentId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"ticketField": "TITLE"
}
]TITLE, DESCRIPTION, STATUS, PRIORITY, REQUESTER, ASSIGNEE, APPROVERS, FOLLOWERS Was this page helpful?