Update an integration
Update a platform integration. Note: only integrations in development may be updated. Integrations submitted for publication cannot be updated.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
A json-schema describing the settings fields that a user should be presented with when installing the integration
JMESPath describing which of the fields in configuration_fields
is the best human-friendly field to use to identify a specific installation (e.g., account name)
The get
endpoint that will be invoked after OAuth authorization
The delete
endpoint that initiates the uninstallation flow for the integration
Response
JMESPath describing which of the fields in configuration_fields
is the best human-friendly field to use to identify a specific installation (e.g., account name)
The current state of the integration (development, approved, archived)
A json-schema describing the settings fields that a user should be presented with when installing the integration
The get
endpoint that will be invoked after OAuth authorization
The delete
endpoint that initiates the uninstallation flow for the integration