put https://hub.xyte.io/core/v1/organization/tickets/
Update a ticket.
Authorization
This endpoint requires Authorization.
Request
| Key | Type | Description | Required |
|---|---|---|---|
| ticket_id | string | Unique identifier of the ticket. It is a universally unique identifier (UUID) | Yes |
| title | string | Title of the ticket. | No |
| description | string | Description of the ticket. | No |
Response
| Key | Type | Description |
|---|---|---|
| id | String | Unique identifier for the tcket |
| title | String | Brief summary of the AI reference. |
| description | String | Detailed explanation of the AI reference. |
| status | String | Current state of the AI reference (e.g., open, closed, in progress). |
| created_at | Datetime | Timestamp indicating when the AI reference was created. |
| device_id | String | Unique identifier for the associated device. |
| user_name | String | Name of the user who created the AI reference. |
| user_email | String | Email address of the user who created the AI reference. |
| comments | Array | List of comments associated with the AI reference. |
