Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update monitors_write to include resolve #2484

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
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-03-31 17:40:02.585066",
"spec_repo_commit": "3826157e"
"regenerated": "2025-04-01 16:28:17.998681",
"spec_repo_commit": "ad0591f6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-03-31 17:40:02.599977",
"spec_repo_commit": "3826157e"
"regenerated": "2025-04-01 16:28:18.041139",
"spec_repo_commit": "ad0591f6"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24076,7 +24076,7 @@ components:
an organization. Mute and unmute monitors. The ability to write monitors
is not required to set downtimes.
monitors_read: View monitors.
monitors_write: Edit and delete individual monitors.
monitors_write: Edit, delete, and resolve individual monitors.
org_management: Edit org configurations, including authentication and
certain security preferences such as configuring SAML, renaming an org,
configuring allowed login methods, creating child orgs, subscribing
Expand Down
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33942,7 +33942,7 @@ components:
an organization. Mute and unmute monitors. The ability to write monitors
is not required to set downtimes.
monitors_read: View monitors.
monitors_write: Edit and delete individual monitors.
monitors_write: Edit, delete, and resolve individual monitors.
org_management: Edit org configurations, including authentication and
certain security preferences such as configuring SAML, renaming an org,
configuring allowed login methods, creating child orgs, subscribing
Expand Down
Loading