Skip to content
Closed
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-06-04 17:40:37.545082",
"spec_repo_commit": "38b3c05a"
"regenerated": "2025-06-05 08:28:03.716128",
"spec_repo_commit": "18589186"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-04 17:40:37.581829",
"spec_repo_commit": "38b3c05a"
"regenerated": "2025-06-05 08:28:03.732277",
"spec_repo_commit": "18589186"
}
}
}
8 changes: 4 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30025,15 +30025,15 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- monitors_write
- monitors_read
summary: Validate a monitor
tags:
- Monitors
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- monitors_write
- monitors_read
/api/v1/monitor/{monitor_id}:
delete:
description: Delete the specified monitor
Expand Down Expand Up @@ -30326,15 +30326,15 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- monitors_write
- monitors_read
summary: Validate an existing monitor
tags:
- Monitors
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- monitors_write
- monitors_read
/api/v1/monthly_custom_reports:
get:
deprecated: true
Expand Down
Loading