Error
A valid request URL is required to generate request examples{
"results": {
"jiraIssueTypeId": "<string>",
"jiraProjectId": "<string>",
"jiraEnabled": true,
"linearProjectId": "<string>",
"linearTeamId": "<string>",
"linearEnabled": true,
"slackChannelId": "<string>",
"enabled": true,
"organizationUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Update AI review notification settings
Update AI review notification settings
PUT
/
api
/
v1
/
aiAgents
/
admin
/
review-notification-settings
Error
A valid request URL is required to generate request examples{
"results": {
"jiraIssueTypeId": "<string>",
"jiraProjectId": "<string>",
"jiraEnabled": true,
"linearProjectId": "<string>",
"linearTeamId": "<string>",
"linearEnabled": true,
"slackChannelId": "<string>",
"enabled": true,
"organizationUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Was this page helpful?