Overview
useUpdateDigestConfig returns a callable function for updating a space’s digest configuration. Only space admins can update this. All fields are optional — only provided fields are updated.
Usage Example
Parameters
UUID of the space.
Object containing the digest config fields to update. All fields are optional — only provided fields are changed.
Returns
The updated digest configuration object.Whether digest delivery is enabled.
URL digests are POSTed to, or
null if not set.Masked secret (
"••••••••") when set, or null if not configured.UTC hour (0–23) for digest delivery, or
null if not set.IANA timezone string, or
null if not set.
