publishIntegration Mutation
Publishes an Integration.
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 access function context object 'customer': [customer_manage_integrations] when 'customer' is provided in the access function context.
Input fields (PublishIntegrationInput!)
Argument | Type | Description |
---|---|---|
attributes | String | Attributes to set on the published version. |
comment | String | Comment about changes in this Publish. |
id | ID | The ID of the Integration to mutate. |
clientMutationId | String | A unique identifier for the client performing the mutation. |