v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBIntegrations
Edit an integration configuration
🔑
Required OAuth scope: integrations:write.
Edits specific fields of an existing integration configuration. Fields not included in the request payload remain unchanged.
patch/api/v2/integrations/{integrationId}
Path parameters
integrationIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the integration.
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"externalPlatform": "My Platform",
"authorId": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011"
}Response
Returns the updated integration.
Example response
{
"externalPlatform": "My Platform",
"authorId": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011"
}