Skip to content

Commit

Permalink
Regenerate client from commit 23bf7716 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 25, 2023
1 parent 57791f1 commit 3ca2df3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 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": "2023-10-25 15:29:12.611442",
"spec_repo_commit": "dfb87dda"
"regenerated": "2023-10-25 19:36:19.800605",
"spec_repo_commit": "23bf7716"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-10-25 15:29:12.633028",
"spec_repo_commit": "dfb87dda"
"regenerated": "2023-10-25 19:36:19.820580",
"spec_repo_commit": "23bf7716"
}
}
}
15 changes: 11 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25903,9 +25903,13 @@ paths:
- database-monitoring: `database-monitoring alert`


**Note**: Synthetic monitors are created through the Synthetics API. See the
[Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation
for more information.
**Note**:

- Synthetic monitors are created through the Synthetics API. See the [Synthetics
API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for
more information.

- Log monitors require an unscoped App Key.


#### Query Types
Expand Down Expand Up @@ -26490,7 +26494,10 @@ paths:
- Monitors
/api/v1/monitor/validate:
post:
description: Validate the monitor provided in the request.
description: 'Validate the monitor provided in the request.


**Note**: Log monitors require an unscoped App Key.'
operationId: ValidateMonitor
requestBody:
content:
Expand Down
7 changes: 6 additions & 1 deletion src/datadog_api_client/v1/api/monitors_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@ def create_monitor(
* error-tracking: ``error-tracking alert``
* database-monitoring: ``database-monitoring alert``
**Note** : Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
**Note** :
* Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
* Log monitors require an unscoped App Key.
**Query Types**
Expand Down Expand Up @@ -894,6 +897,8 @@ def validate_monitor(
Validate the monitor provided in the request.
**Note** : Log monitors require an unscoped App Key.
:param body: Monitor request object
:type body: Monitor
:rtype: dict
Expand Down

0 comments on commit 3ca2df3

Please sign in to comment.