Engine

Covers Engine 2.0.0

dartwic/notifications/set-muted

Changes one workspace notification mute choice by its stable identity.

  • Category: Interface UI and Notifications

Request payload

FieldTypeRequirementDescription
notification_idstringRequiredNonempty stable notification identity.
mutedbooleanOptionalWhether to retain a mute; defaults to true.
scopestringOptionalengine (global_data, default) or project (active project).
metadataobjectOptionalOptional source, title, and description strings, each truncated to 1024 characters.

Response payload

FieldTypeDescription
idstringNotification identity.
mutedbooleanEffective mute state after changing the requested scope.
mute_scopestringScope changed: engine or project.
recordobjectRetained metadata and the time of the deliberate mute choice.