Update to-do digest notification preferences
PUT/v1/spaces/:spaceId/settings/personal/preferences/notifications/digest
Saves the personal to-do digest notification preferences for the calling user in the given space. deliveryDays is a comma-separated list of ISO 8601 day-of-week numbers (1=Monday … 7=Sunday); empty string disables delivery. onChange suppresses the digest when no todo items changed since the last delivery day. Requires space_read scope on the spaceId.
Request
Responses
- 200
- 401
- 403
- 500
The updated digest notification preferences.
Unauthenticated.
Forbidden.
Internal server error.