latestOpenAPI 3.0.02026-08-2045003.8 MB
72813baf8d47
Connect Settings
Update Integration/Resource
Update the Integration/Resource secrets for a given service and given integration instance.
Note: The displayed request and response models show the structure for each service. When calling this endpoint, only the credentials for the specific service being updated should be provided in the payload under the 'credentials' key. The response will contain the newly updated integration information for that service.
For example, to update a Slack integration:
Request: { "credentials": { "alias": "updated-slack-integration", "bot_token": "xoxb-updated-token", "signing_secret": "updated-secret" } }
Response will contain the updated Slack integration details.
put/connect/settings/{service}/{integration_id}
Parameters
#/paths/~1connect~1settings~1%7Bservice%7D/get/parameters/0 — unresolved $ref
#/paths/~1connect~1settings~1%7Bservice%7D~1%7Bintegration_id%7D/get/parameters/1 — unresolved $ref
#/paths/~1connect~1settings~1apikeys/get/parameters/0 — unresolved $ref
#/paths/~1connect~1settings~1apikeys/get/parameters/1 — unresolved $ref
Request body
Schema required— unresolved $ref
Response
Success
Schema required— unresolved $ref