Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/issues/desk.controller.ts
Queue transition (accept/investigating/waiting/snooze/wake/done/reopen/decline)
Endpoint
POST /desk/:projectId/threads/:id/transition
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
id | path | string | ✓ |
Referenced By
DeskController(MODULE_DECLARES)
Was this page helpful?