Integrations
Update Integration
Update Integration
Update specific Integration. The response body will not contain Agent Status. To get it you should use getIntegration operation.
put/environments/{envId}/integrations/{integrationId}
Request body
Example request
{
"groups": [
"MY_GROUP1",
"MY_GROUP2"
]
}Response
Integration updated
Example response
{
"primaryOwner": {
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"displayName": "John Doe"
},
"groups": [
"3dc1bc32-1411-4262-b3a2-058222569670",
"63cd7036-694f-4c40-833f-84c4a5d39544"
],
"agentStatus": "DISCONNECTED",
"pendingJob": {
"startedAt": "2023-05-25 12:40:46.184000+00:00",
"status": "SUCCESS"
}
}