updateInstance
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_instances]. 2. The signed-in User has any of the following permissions for the object: [instance_edit].
UpdateInstanceInput!)#
Input fields (Argument | Type | Description |
---|---|---|
description | String | Additional notes about the Instance. |
name | String | The name of the Instance. |
enabled | Boolean | Specifies whether the Instance is currently enabled and in an executable state. |
credentials | [InputInstanceCredential] | The Instance with which the Credential is associated. |
configVariables | [InputInstanceConfigVariable] | The Instance with which the Config Variable is associated. |
apiKey | String | An optional API Key that, when specified, will be required as a header value in all requests to trigger Instance execution. |
starred | Boolean | Indicates whether the record is starred by the signed-in User. |
labels | [String] | The labels that are associated with the object. |
id | ID | The ID of the Instance to mutate. |
clientMutationId | String | A unique identifier for the client performing the mutation. |