@@ -51282,6 +51282,10 @@ paths:
51282
51282
summary: Create on-call escalation policy
51283
51283
tags:
51284
51284
- On-Call
51285
+ x-permission:
51286
+ operator: AND
51287
+ permissions:
51288
+ - on_call_write
51285
51289
/api/v2/on-call/escalation-policies/{policy_id}:
51286
51290
delete:
51287
51291
description: Delete an on-call escalation policy
@@ -51312,6 +51316,10 @@ paths:
51312
51316
summary: Delete on-call escalation policy
51313
51317
tags:
51314
51318
- On-Call
51319
+ x-permission:
51320
+ operator: AND
51321
+ permissions:
51322
+ - on_call_write
51315
51323
get:
51316
51324
description: Get an on-call escalation policy
51317
51325
operationId: GetOnCallEscalationPolicy
@@ -51353,6 +51361,10 @@ paths:
51353
51361
summary: Get on-call escalation policy
51354
51362
tags:
51355
51363
- On-Call
51364
+ x-permission:
51365
+ operator: AND
51366
+ permissions:
51367
+ - on_call_read
51356
51368
put:
51357
51369
description: Update an on-call escalation policy
51358
51370
operationId: UpdateOnCallEscalationPolicy
@@ -51400,6 +51412,10 @@ paths:
51400
51412
summary: Update on-call escalation policy
51401
51413
tags:
51402
51414
- On-Call
51415
+ x-permission:
51416
+ operator: AND
51417
+ permissions:
51418
+ - on_call_write
51403
51419
/api/v2/on-call/schedules:
51404
51420
post:
51405
51421
description: Create a new on-call schedule
@@ -51439,6 +51455,10 @@ paths:
51439
51455
summary: Create on-call schedule
51440
51456
tags:
51441
51457
- On-Call
51458
+ x-permission:
51459
+ operator: AND
51460
+ permissions:
51461
+ - on_call_write
51442
51462
/api/v2/on-call/schedules/{schedule_id}:
51443
51463
delete:
51444
51464
description: Delete an on-call schedule
@@ -51469,6 +51489,10 @@ paths:
51469
51489
summary: Delete on-call schedule
51470
51490
tags:
51471
51491
- On-Call
51492
+ x-permission:
51493
+ operator: AND
51494
+ permissions:
51495
+ - on_call_write
51472
51496
get:
51473
51497
description: Get an on-call schedule
51474
51498
operationId: GetOnCallSchedule
@@ -51508,6 +51532,10 @@ paths:
51508
51532
summary: Get on-call schedule
51509
51533
tags:
51510
51534
- On-Call
51535
+ x-permission:
51536
+ operator: AND
51537
+ permissions:
51538
+ - on_call_read
51511
51539
put:
51512
51540
description: Update a new on-call schedule
51513
51541
operationId: UpdateOnCallSchedule
@@ -51555,6 +51583,10 @@ paths:
51555
51583
summary: Update on-call schedule
51556
51584
tags:
51557
51585
- On-Call
51586
+ x-permission:
51587
+ operator: AND
51588
+ permissions:
51589
+ - on_call_write
51558
51590
/api/v2/on-call/teams/{team_id}/routing-rules:
51559
51591
get:
51560
51592
description: Get a team's on-call routing rules
@@ -51589,6 +51621,10 @@ paths:
51589
51621
summary: Get on-call team routing rules
51590
51622
tags:
51591
51623
- On-Call
51624
+ x-permission:
51625
+ operator: AND
51626
+ permissions:
51627
+ - on_call_read
51592
51628
put:
51593
51629
description: Set a team's on-call routing rules
51594
51630
operationId: SetOnCallTeamRoutingRules
@@ -51628,6 +51664,10 @@ paths:
51628
51664
summary: Set on-call team routing rules
51629
51665
tags:
51630
51666
- On-Call
51667
+ x-permission:
51668
+ operator: AND
51669
+ permissions:
51670
+ - on_call_write
51631
51671
/api/v2/org_configs:
51632
51672
get:
51633
51673
description: Returns all Org Configs (name, description, and value).
0 commit comments