Update Event Retention Settings
PATCH/webhook-srv/eventdescriptions/retention
Updates daysToLive for one or more retention-configurable event types.
The request body is a map of event description id to days to live. Each value
must be within that event type's minDaysToLive and maxDaysToLive bounds.
Event types without a retention object cannot be modified.
Related guide: Event Retention.
Request
Responses
- 200
- 400
- 401
- 403
- 404
OK
BAD_REQUEST - Unknown event type, immutable retention, or value outside bounds
UNAUTHORIZED
FORBIDDEN - Event retention is not active for this tenant
NOT FOUND - No retention values provided in the request body