User Desks
Desk Breaks
Desk Breaks
post/desks/desk-breaks/{id}
Query parameters
idstring
Request body
Example request
{
"breakIds": [
2,
3,
6
],
"useGlobalBreaks": true
}Response
Successful operation
Example response
{
"userDesk": {
"custom_state_ids": "[2, 3, 6, 1]",
"id": "9",
"name": "DESK Onboarding task",
"use_global_states": "1"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.