Skip to main content

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

string
required
UUID of the space.
object
required
Object containing the digest config fields to update. All fields are optional — only provided fields are changed.

Returns

The updated digest configuration object.
boolean
Whether digest delivery is enabled.
string | null
URL digests are POSTed to, or null if not set.
string | null
Masked secret ("••••••••") when set, or null if not configured.
number | null
UTC hour (0–23) for digest delivery, or null if not set.
string | null
IANA timezone string, or null if not set.
For integration guidance, see Digest & Newsletter.