latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

My Work

Snooze a My Work item

Snoozes the My Work item until the specified date. If already snoozed, updates the snooze date.

post/work/items/{itemId}/snooze

Path parameters

itemIdstring required

The ID of the My Work item to snooze.

Request body

untilstring date-time required

Snooze until this date (ISO-8601, e.g. 2024-06-01). Must be in the future.

Response

Example response

{
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}