200 Successful Response
Schema: TopicChannelOverridesResponse
-
overridesobject -
Map of topic -> {channel: bool}
-
available_channelsarray · string -
Channels the override grid can toggle
/api/v1/preferences/notifications/topics
Replace the per-topic channel override map for the current user.
Validation is permissive: unknown topics or unknown channels
are silently dropped by extract_topic_overrides rather
than rejected, so a forward-compatible client (e.g. one that
knows about a topic the server hasn't deployed yet) won't
break the save.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Schema: TopicChannelOverridesUpdate
overrides
object
Schema: TopicChannelOverridesResponse
overrides
object
Map of topic -> {channel: bool}
available_channels
array · string
Channels the override grid can toggle
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object