Engine

Covers Engine 2.0.0

dartwic/interface-ui/set-request-muted

Changes an engine-scoped mute associated with one pending interface UI request.

  • Category: Interface UI and Notifications

Request payload

FieldTypeRequirementDescription
request_idstringRequiredPending, silenceable request with engine mute scope.
mutedbooleanOptionalWhether to mute the request’s notification; defaults to true.

Response payload

object: Updated request record with muted state and a mute result containing id, muted, and mute_scope.

Errors

  • The request does not exist, is no longer pending, or does not expose an engine-scoped mute.