Skip to main content

updateInstanceAlarm

form schema

Update a registered alarm's mutable fields.

Omit a field from the input to leave it unchanged.

Requires environment:update on the alarm's environment.

updateInstanceAlarm(
organizationId: ID!
id: UUID!
input: UpdateInstanceAlarmInput!
): AlarmPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

updateInstanceAlarm.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

updateInstanceAlarm.id ● UUID! non-null scalar {#id}

The alarm's unique identifier.

updateInstanceAlarm.input ● UpdateInstanceAlarmInput! non-null input {#input}

Update a registered alarm's mutable fields. Omit a field to leave it unchanged.

Type

AlarmPayload object