Preference Sections

Replace Preference Section

Replace a preference section. Full document replacement; missing optional fields are cleared. Topics attached to the section are unaffected.

put/preferences/sections/{section_id}

Path parameters

section_idstring required

Id of the preference section.

Request body

namestring required

Human-readable name for the section.

routing_optionsChannelClassification[] nullable

Default channels for the section. Omit to clear.

has_custom_routingboolean nullable

Whether the section defines custom routing for its topics.

Response

idstring required

The preference section id.

namestring required

Human-readable name.

routing_optionsChannelClassification[] required

Default channels for the section. May be empty.

has_custom_routingboolean required

Whether the section defines custom routing for its topics.

createdstring required

ISO-8601 timestamp of when the section was created.

creatorstring nullable

Id of the creator.

updatedstring nullable

ISO-8601 timestamp of the last update.

updaterstring nullable

Id of the last updater.

Changes