Alerting & Response/On-Call
POSTOnCallSince 1.0SynchronousAuth Required
ApplyOnCallResolution
Apply a specific conflict resolution suggestion to affected schedules
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
suggestionIdStringRequiredID of the adjustment suggestion to apply
Responses
Endpoint
POST/api/v1/oncall/resolutions/{suggestionId}/apply
/api/v1/oncall/resolutions/{suggestionId}/apply
Request Example
curl -X POST '{host}/api/v1/oncall/resolutions/{suggestionId}/apply' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"suggestionId": "sugg-11223344",
"affectedCount": 2,
"updatedSchedules": [
{}
],
"status": "success",
"message": "Resolution applied successfully"
}Change History
This API has no change history records yet.
