@@ -51181,6 +51181,10 @@ paths:
5118151181 summary: Create on-call escalation policy
5118251182 tags:
5118351183 - On-Call
51184+ x-permission:
51185+ operator: AND
51186+ permissions:
51187+ - on_call_write
5118451188 /api/v2/on-call/escalation-policies/{policy_id}:
5118551189 delete:
5118651190 description: Delete an on-call escalation policy
@@ -51211,6 +51215,10 @@ paths:
5121151215 summary: Delete on-call escalation policy
5121251216 tags:
5121351217 - On-Call
51218+ x-permission:
51219+ operator: AND
51220+ permissions:
51221+ - on_call_write
5121451222 get:
5121551223 description: Get an on-call escalation policy
5121651224 operationId: GetOnCallEscalationPolicy
@@ -51252,6 +51260,10 @@ paths:
5125251260 summary: Get on-call escalation policy
5125351261 tags:
5125451262 - On-Call
51263+ x-permission:
51264+ operator: AND
51265+ permissions:
51266+ - on_call_read
5125551267 put:
5125651268 description: Update an on-call escalation policy
5125751269 operationId: UpdateOnCallEscalationPolicy
@@ -51299,6 +51311,10 @@ paths:
5129951311 summary: Update on-call escalation policy
5130051312 tags:
5130151313 - On-Call
51314+ x-permission:
51315+ operator: AND
51316+ permissions:
51317+ - on_call_write
5130251318 /api/v2/on-call/schedules:
5130351319 post:
5130451320 description: Create a new on-call schedule
@@ -51338,6 +51354,10 @@ paths:
5133851354 summary: Create on-call schedule
5133951355 tags:
5134051356 - On-Call
51357+ x-permission:
51358+ operator: AND
51359+ permissions:
51360+ - on_call_write
5134151361 /api/v2/on-call/schedules/{schedule_id}:
5134251362 delete:
5134351363 description: Delete an on-call schedule
@@ -51368,6 +51388,10 @@ paths:
5136851388 summary: Delete on-call schedule
5136951389 tags:
5137051390 - On-Call
51391+ x-permission:
51392+ operator: AND
51393+ permissions:
51394+ - on_call_write
5137151395 get:
5137251396 description: Get an on-call schedule
5137351397 operationId: GetOnCallSchedule
@@ -51407,6 +51431,10 @@ paths:
5140751431 summary: Get on-call schedule
5140851432 tags:
5140951433 - On-Call
51434+ x-permission:
51435+ operator: AND
51436+ permissions:
51437+ - on_call_read
5141051438 put:
5141151439 description: Update a new on-call schedule
5141251440 operationId: UpdateOnCallSchedule
@@ -51454,6 +51482,10 @@ paths:
5145451482 summary: Update on-call schedule
5145551483 tags:
5145651484 - On-Call
51485+ x-permission:
51486+ operator: AND
51487+ permissions:
51488+ - on_call_write
5145751489 /api/v2/on-call/teams/{team_id}/routing-rules:
5145851490 get:
5145951491 description: Get a team's on-call routing rules
@@ -51488,6 +51520,10 @@ paths:
5148851520 summary: Get on-call team routing rules
5148951521 tags:
5149051522 - On-Call
51523+ x-permission:
51524+ operator: AND
51525+ permissions:
51526+ - on_call_read
5149151527 put:
5149251528 description: Set a team's on-call routing rules
5149351529 operationId: SetOnCallTeamRoutingRules
@@ -51527,6 +51563,10 @@ paths:
5152751563 summary: Set on-call team routing rules
5152851564 tags:
5152951565 - On-Call
51566+ x-permission:
51567+ operator: AND
51568+ permissions:
51569+ - on_call_write
5153051570 /api/v2/org_configs:
5153151571 get:
5153251572 description: Returns all Org Configs (name, description, and value).
0 commit comments