Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-09 16:46:51.980300",
"spec_repo_commit": "38260775"
"regenerated": "2025-05-09 19:42:40.999512",
"spec_repo_commit": "c7bad6f6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-09 16:46:51.995827",
"spec_repo_commit": "38260775"
"regenerated": "2025-05-09 19:42:41.015393",
"spec_repo_commit": "c7bad6f6"
}
}
}
40 changes: 40 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51282,6 +51282,10 @@ paths:
summary: Create on-call escalation policy
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_write
/api/v2/on-call/escalation-policies/{policy_id}:
delete:
description: Delete an on-call escalation policy
Expand Down Expand Up @@ -51312,6 +51316,10 @@ paths:
summary: Delete on-call escalation policy
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_write
get:
description: Get an on-call escalation policy
operationId: GetOnCallEscalationPolicy
Expand Down Expand Up @@ -51353,6 +51361,10 @@ paths:
summary: Get on-call escalation policy
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_read
put:
description: Update an on-call escalation policy
operationId: UpdateOnCallEscalationPolicy
Expand Down Expand Up @@ -51400,6 +51412,10 @@ paths:
summary: Update on-call escalation policy
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_write
/api/v2/on-call/schedules:
post:
description: Create a new on-call schedule
Expand Down Expand Up @@ -51439,6 +51455,10 @@ paths:
summary: Create on-call schedule
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_write
/api/v2/on-call/schedules/{schedule_id}:
delete:
description: Delete an on-call schedule
Expand Down Expand Up @@ -51469,6 +51489,10 @@ paths:
summary: Delete on-call schedule
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_write
get:
description: Get an on-call schedule
operationId: GetOnCallSchedule
Expand Down Expand Up @@ -51508,6 +51532,10 @@ paths:
summary: Get on-call schedule
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_read
put:
description: Update a new on-call schedule
operationId: UpdateOnCallSchedule
Expand Down Expand Up @@ -51555,6 +51583,10 @@ paths:
summary: Update on-call schedule
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_write
/api/v2/on-call/teams/{team_id}/routing-rules:
get:
description: Get a team's on-call routing rules
Expand Down Expand Up @@ -51589,6 +51621,10 @@ paths:
summary: Get on-call team routing rules
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_read
put:
description: Set a team's on-call routing rules
operationId: SetOnCallTeamRoutingRules
Expand Down Expand Up @@ -51628,6 +51664,10 @@ paths:
summary: Set on-call team routing rules
tags:
- On-Call
x-permission:
operator: AND
permissions:
- on_call_write
/api/v2/org_configs:
get:
description: Returns all Org Configs (name, description, and value).
Expand Down
Loading