PUT
/
statuses
curl --request PUT \
  --url https://core.api.ravennahq.com/api/statuses \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "id": "<string>",
  "order": 123,
  "label": "<string>"
}'
{
  "id": "<string>",
  "label": "<string>",
  "order": 123,
  "system": true,
  "requestTypes": [
    {
      "id": "<string>",
      "requestTypeId": "<string>"
    }
  ],
  "statusGroupId": "<string>",
  "statusGroup": {
    "id": "<string>",
    "label": "<string>"
  },
  "_count": {
    "tickets": 123
  },
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

x-ravenna-api-token
string
header
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.