Update topic
Partially updates a topic's name, description, category, required flag, or default flag. At least one field must be provided. Changing isRequired or isDefault affects how new recipient preferences are initialized but does not retroactively modify existing preferences.
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/topics/{topicId}"Create topic POST
Creates a new subscription topic in the environment. Provide a name, category, and optionally set `isRequired` (recipients cannot unsubscribe) or `isDefault` (new recipients are automatically subscribed). Topics are referenced by id when sending notifications and managing recipient preferences.
Delete topic DELETE
Permanently removes the topic and any associated recipient preference overrides. Notifications previously sent under this topic are not affected. This action is irreversible and idempotent.