@@ -51191,6 +51191,10 @@ paths:
5119151191 summary: Create on-call escalation policy
5119251192 tags:
5119351193 - On-Call
51194+ x-permission:
51195+ operator: AND
51196+ permissions:
51197+ - on_call_write
5119451198 /api/v2/on-call/escalation-policies/{policy_id}:
5119551199 delete:
5119651200 description: Delete an on-call escalation policy
@@ -51221,6 +51225,10 @@ paths:
5122151225 summary: Delete on-call escalation policy
5122251226 tags:
5122351227 - On-Call
51228+ x-permission:
51229+ operator: AND
51230+ permissions:
51231+ - on_call_write
5122451232 get:
5122551233 description: Get an on-call escalation policy
5122651234 operationId: GetOnCallEscalationPolicy
@@ -51262,6 +51270,10 @@ paths:
5126251270 summary: Get on-call escalation policy
5126351271 tags:
5126451272 - On-Call
51273+ x-permission:
51274+ operator: AND
51275+ permissions:
51276+ - on_call_read
5126551277 put:
5126651278 description: Update an on-call escalation policy
5126751279 operationId: UpdateOnCallEscalationPolicy
@@ -51309,6 +51321,10 @@ paths:
5130951321 summary: Update on-call escalation policy
5131051322 tags:
5131151323 - On-Call
51324+ x-permission:
51325+ operator: AND
51326+ permissions:
51327+ - on_call_write
5131251328 /api/v2/on-call/schedules:
5131351329 post:
5131451330 description: Create a new on-call schedule
@@ -51348,6 +51364,10 @@ paths:
5134851364 summary: Create on-call schedule
5134951365 tags:
5135051366 - On-Call
51367+ x-permission:
51368+ operator: AND
51369+ permissions:
51370+ - on_call_write
5135151371 /api/v2/on-call/schedules/{schedule_id}:
5135251372 delete:
5135351373 description: Delete an on-call schedule
@@ -51378,6 +51398,10 @@ paths:
5137851398 summary: Delete on-call schedule
5137951399 tags:
5138051400 - On-Call
51401+ x-permission:
51402+ operator: AND
51403+ permissions:
51404+ - on_call_write
5138151405 get:
5138251406 description: Get an on-call schedule
5138351407 operationId: GetOnCallSchedule
@@ -51417,6 +51441,10 @@ paths:
5141751441 summary: Get on-call schedule
5141851442 tags:
5141951443 - On-Call
51444+ x-permission:
51445+ operator: AND
51446+ permissions:
51447+ - on_call_read
5142051448 put:
5142151449 description: Update a new on-call schedule
5142251450 operationId: UpdateOnCallSchedule
@@ -51464,6 +51492,10 @@ paths:
5146451492 summary: Update on-call schedule
5146551493 tags:
5146651494 - On-Call
51495+ x-permission:
51496+ operator: AND
51497+ permissions:
51498+ - on_call_write
5146751499 /api/v2/on-call/teams/{team_id}/routing-rules:
5146851500 get:
5146951501 description: Get a team's on-call routing rules
@@ -51498,6 +51530,10 @@ paths:
5149851530 summary: Get on-call team routing rules
5149951531 tags:
5150051532 - On-Call
51533+ x-permission:
51534+ operator: AND
51535+ permissions:
51536+ - on_call_read
5150151537 put:
5150251538 description: Set a team's on-call routing rules
5150351539 operationId: SetOnCallTeamRoutingRules
@@ -51537,6 +51573,10 @@ paths:
5153751573 summary: Set on-call team routing rules
5153851574 tags:
5153951575 - On-Call
51576+ x-permission:
51577+ operator: AND
51578+ permissions:
51579+ - on_call_write
5154051580 /api/v2/org_configs:
5154151581 get:
5154251582 description: Returns all Org Configs (name, description, and value).
0 commit comments