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

Fix Get all monitor details documentation #26863

Merged
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-01-09 20:05:10.630400",
"spec_repo_commit": "07ed2f56"
"regenerated": "2025-01-09 21:10:32.133678",
"spec_repo_commit": "435429e0"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-09 20:05:18.611096",
"spec_repo_commit": "07ed2f56"
"regenerated": "2025-01-09 21:10:40.344797",
"spec_repo_commit": "435429e0"
}
}
}
6 changes: 3 additions & 3 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1959,9 +1959,9 @@ menu:
- CreateMonitor
unstable: []
order: 1
- name: Get all monitor details
url: '#get-all-monitor-details'
identifier: monitors-get-all-monitor-details
- name: Get all monitors
url: '#get-all-monitors'
identifier: monitors-get-all-monitors
parent: monitors
generated: true
params:
Expand Down
5 changes: 3 additions & 2 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29985,7 +29985,7 @@ paths:
type: idempotent
/api/v1/monitor:
get:
description: Get details about the specified monitor from your organization.
description: Get all monitors from your organization.
operationId: ListMonitors
parameters:
- description: 'When specified, shows additional information about the group
Expand Down Expand Up @@ -30068,6 +30068,7 @@ paths:
content:
application/json:
schema:
description: An array of monitor objects.
items:
$ref: '#/components/schemas/Monitor'
type: array
Expand All @@ -30091,7 +30092,7 @@ paths:
appKeyAuth: []
- AuthZ:
- monitors_read
summary: Get all monitor details
summary: Get all monitors
tags:
- Monitors
x-menu-order: 2
Expand Down
5 changes: 3 additions & 2 deletions data/api/v1/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -971542,7 +971542,7 @@
},
"/api/v1/monitor": {
"get": {
"description": "Get details about the specified monitor from your organization.",
"description": "Get all monitors from your organization.",
"operationId": "ListMonitors",
"parameters": [
{
Expand Down Expand Up @@ -971633,6 +971633,7 @@
"content": {
"application/json": {
"schema": {
"description": "An array of monitor objects.",
"items": {
"description": "Object describing a monitor.",
"properties": {
Expand Down Expand Up @@ -972586,7 +972587,7 @@
]
}
],
"summary": "Get all monitor details",
"summary": "Get all monitors",
"tags": [
"Monitors"
],
Expand Down
Loading
Loading