updateIntegration
Updates the specified Integration object.
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_integrations]. 2. The signed-in User has any of the following permissions for the object: [integration_edit].
UpdateIntegrationInput!)
Input fields (Argument | Type | Description |
---|---|---|
name | String | The name of the Integration. |
description | String | Additional notes about the Integration. |
testCredentials | [InputInstanceCredential] | Organization Credentials that have been specified for the purposes of testing the Integration. |
testConfigVariables | [InputInstanceConfigVariable] | Organization Config Variables that have been specified for the purposes of testing the Integration. |
starred | Boolean | Indicates whether the record is starred by the signed-in User. |
labels | [String] | The labels that are associated with the object. |
addAttachment | AttachmentInput | Adds the specified Attachment to the object. |
renameAttachment | AttachmentRenameInput | Removes the specified Attachment from the object. |
removeAttachment | AttachmentInput | Renames the specified Attachment on the object. |
id | ID | The ID of the Integration to mutate. |
clientMutationId | String | A unique identifier for the client performing the mutation. |