curl --request PATCH \
--url https://api.icepanel.io/v1/organizations/{organizationId}/azure-devops/authorizations/{azureDevopsAuthorizationId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"accountId": "<string>"
}'
{
"azureDevopsAuthorization": {
"accountId": "<string>",
"accountName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"senderEmail": "<string>",
"senderId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>"
}
}
Update an Azure DevOps authorization
curl --request PATCH \
--url https://api.icepanel.io/v1/organizations/{organizationId}/azure-devops/authorizations/{azureDevopsAuthorizationId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"accountId": "<string>"
}'
{
"azureDevopsAuthorization": {
"accountId": "<string>",
"accountName": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"organizationId": "<string>",
"senderEmail": "<string>",
"senderId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>"
}
}
OK
The response is of type object
.