Inbox State

Upsert per-user dismiss/snooze/done state for an inbox item

patch/api/inbox-state

Request body

userIdstring required
itemType'approval' | 'credential_missing' | 'broken_task' | 'to_read' | 'to_start_template' required
itemIdstring required
status'open' | 'snoozed' | 'dismissed' | 'done' required
snoozeUntilstring date-time

Response

Upserted inbox state row

Changes

Changed in 1 of the 104 revisions of this API.3

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added