Update an integration
PUT/integrations/:integration_uuid
Updates the Integration for the given UUID. Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the integration is not updated.
Request
Responses
- 200
- 404
- 422
- 500
Success. All integrations are returned
Not found. The requested entity does not exist.
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.