Skip to content

Commit eae9555

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit a663b53 of spec repo (#193)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 212454e commit eae9555

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.0",
7-
"regenerated": "2020-12-16 15:39:29.745801",
8-
"spec_repo_commit": "36e65d3"
7+
"regenerated": "2020-12-16 20:46:10.097184",
8+
"spec_repo_commit": "a663b53"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.0",
12-
"regenerated": "2020-12-16 15:39:42.092651",
13-
"spec_repo_commit": "36e65d3"
12+
"regenerated": "2020-12-16 20:46:20.919283",
13+
"spec_repo_commit": "a663b53"
1414
}
1515
}
1616
}

docs/v1/DashboardsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Method | HTTP request | Description
1616
1717
Create a new dashboard
1818

19-
Create a dashboard using the specified options.
19+
Create a dashboard using the specified options. When defining queries in your widgets, take note of which queries should have the `as_count()` or `as_rate()` modifiers appended. Refer to the following [documentation](https://docs.datadoghq.com/developers/metrics/type_modifiers/?tab=count#in-application-modifiers) for more information on these modifiers.
2020

2121
### Example
2222

src/datadog_api_client/v1/api/dashboards_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __create_dashboard(
4141
):
4242
"""Create a new dashboard # noqa: E501
4343
44-
Create a dashboard using the specified options. # noqa: E501
44+
Create a dashboard using the specified options. When defining queries in your widgets, take note of which queries should have the `as_count()` or `as_rate()` modifiers appended. Refer to the following [documentation](https://docs.datadoghq.com/developers/metrics/type_modifiers/?tab=count#in-application-modifiers) for more information on these modifiers. # noqa: E501
4545
This method makes a synchronous HTTP request by default. To make an
4646
asynchronous HTTP request, please pass async_req=True
4747

src/datadog_api_client/v1/openapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10186,7 +10186,12 @@ paths:
1018610186
x-undo:
1018710187
type: safe
1018810188
post:
10189-
description: Create a dashboard using the specified options.
10189+
description: 'Create a dashboard using the specified options. When defining
10190+
queries in your widgets, take note of which queries should have the `as_count()`
10191+
or `as_rate()` modifiers appended.
10192+
10193+
Refer to the following [documentation](https://docs.datadoghq.com/developers/metrics/type_modifiers/?tab=count#in-application-modifiers)
10194+
for more information on these modifiers.'
1019010195
operationId: CreateDashboard
1019110196
requestBody:
1019210197
content:

0 commit comments

Comments
 (0)