action ijenko_notification_patch_metadata { label: "Modify metadata of a Notification" description: "Modify the metadata of a *Notification*.\nKeys are limited to the same format as tags (up to 21 characters, [a-z0-9], starting with [a-z]). Values can be any JSON value.\n" provider: ijenko method: PATCH path: "/notifications/{notificationId}/metadata" encoding: json output: { type: "object" additionalProperties: true } }