Skip to content
Open
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
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "98e3371",
"generated": "2025-08-27 08:46:47.876"
"spec_repo_commit": "d70f7bd",
"generated": "2025-08-27 11:06:30.799"
}
32 changes: 16 additions & 16 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58234,10 +58234,6 @@ paths:
description: OK.
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
servers:
- url: https://{site}
variables:
Expand Down Expand Up @@ -58270,6 +58266,10 @@ paths:
summary: Create On-Call Page
tags:
- On-Call Paging
x-permission:
operator: AND
permissions:
- on_call_page
/api/v2/on-call/pages/{page_id}/acknowledge:
post:
description: 'Acknowledges an On-Call Page.
Expand All @@ -58290,10 +58290,6 @@ paths:
description: Accepted.
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
servers:
- url: https://{site}
variables:
Expand Down Expand Up @@ -58326,6 +58322,10 @@ paths:
summary: Acknowledge On-Call Page
tags:
- On-Call Paging
x-permission:
operator: AND
permissions:
- on_call_respond
/api/v2/on-call/pages/{page_id}/escalate:
post:
description: 'Escalates an On-Call Page.
Expand All @@ -58346,10 +58346,6 @@ paths:
description: Accepted.
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
servers:
- url: https://{site}
variables:
Expand Down Expand Up @@ -58382,6 +58378,10 @@ paths:
summary: Escalate On-Call Page
tags:
- On-Call Paging
x-permission:
operator: AND
permissions:
- on_call_page
/api/v2/on-call/pages/{page_id}/resolve:
post:
description: 'Resolves an On-Call Page.
Expand All @@ -58402,10 +58402,6 @@ paths:
description: Accepted.
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
servers:
- url: https://{site}
variables:
Expand Down Expand Up @@ -58438,6 +58434,10 @@ paths:
summary: Resolve On-Call Page
tags:
- On-Call Paging
x-permission:
operator: AND
permissions:
- on_call_respond
/api/v2/on-call/schedules:
post:
description: Create a new On-Call schedule
Expand Down
Loading