Status and priority

Update Conversation Status

put/api/v1/statuses/{id}

Path parameters

idstring required

Request body

namestring required
category'open' | 'waiting' | 'resolved' required

Category this status maps to.

Example request

{
  "name": "Open",
  "category": "open"
}

Response

Status updated successfully

statusstring

Example response

{
  "status": "success",
  "data": {
    "id": 1,
    "created_at": "2025-08-28T10:00:00Z",
    "name": "Open"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.