Skip to content

Update monitors_write to include resolve #2127

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

Open
wants to merge 2 commits 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
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:39:57.837620",
"spec_repo_commit": "3826157e"
"regenerated": "2025-04-01 16:28:05.429347",
"spec_repo_commit": "ad0591f6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-03-31 17:39:57.854596",
"spec_repo_commit": "3826157e"
"regenerated": "2025-04-01 16:28:05.444990",
"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
17 changes: 0 additions & 17 deletions examples/v1/authentication/Validate.ts

This file was deleted.

33 changes: 0 additions & 33 deletions examples/v1/aws-integration/CreateAWSAccount.ts

This file was deleted.

26 changes: 0 additions & 26 deletions examples/v1/aws-integration/CreateAWSEventBridgeSource.ts

This file was deleted.

25 changes: 0 additions & 25 deletions examples/v1/aws-integration/CreateAWSTagFilter.ts

This file was deleted.

35 changes: 0 additions & 35 deletions examples/v1/aws-integration/CreateNewAWSExternalID.ts

This file was deleted.

24 changes: 0 additions & 24 deletions examples/v1/aws-integration/DeleteAWSAccount.ts

This file was deleted.

25 changes: 0 additions & 25 deletions examples/v1/aws-integration/DeleteAWSEventBridgeSource.ts

This file was deleted.

24 changes: 0 additions & 24 deletions examples/v1/aws-integration/DeleteAWSTagFilter.ts

This file was deleted.

17 changes: 0 additions & 17 deletions examples/v1/aws-integration/ListAWSAccounts.ts

This file was deleted.

17 changes: 0 additions & 17 deletions examples/v1/aws-integration/ListAWSEventBridgeSources.ts

This file was deleted.

21 changes: 0 additions & 21 deletions examples/v1/aws-integration/ListAWSTagFilters.ts

This file was deleted.

17 changes: 0 additions & 17 deletions examples/v1/aws-integration/ListAvailableAWSNamespaces.ts

This file was deleted.

35 changes: 0 additions & 35 deletions examples/v1/aws-integration/UpdateAWSAccount.ts

This file was deleted.

25 changes: 0 additions & 25 deletions examples/v1/aws-logs-integration/CheckAWSLogsLambdaAsync.ts

This file was deleted.

Loading
Loading