Update an integration
PATCH
Updates an integration's name, properties, and metadata. Requires an API key with the
write action scoped to the integration.
Loading code example
Loading code example
Authorizations
apiKeystringheaderrequired
API key passed in the header.
Path Parameters
integrationIdstringrequired
The integration id.
Body
The fields to update.
integrationNamestringNew integration name, if changing.
metaDataobjectMetadata entries to add or overwrite.
metaDataToDeletearray<string>Metadata keys to remove.
propertiesobjectConfiguration properties to add or overwrite (multi-valued).
propertiesToDeletearray<string>Property keys to remove.
Response
application/json
Updated.