Skip to content

Commit

Permalink
Regenerate client from commit b7bcb565 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 9, 2025
1 parent 8ba05a9 commit 35bd905
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
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-08 14:03:50.603127",
"spec_repo_commit": "1920836f"
"regenerated": "2025-01-09 07:46:29.869634",
"spec_repo_commit": "b7bcb565"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-08 14:03:58.718362",
"spec_repo_commit": "1920836f"
"regenerated": "2025-01-09 07:46:37.762189",
"spec_repo_commit": "b7bcb565"
}
}
}
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

0 comments on commit 35bd905

Please sign in to comment.