Skip to content

Commit 4eedb8b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 569e123 of spec repo (#1027)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent f115978 commit 4eedb8b

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
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.5.1.dev2",
7-
"regenerated": "2021-10-28 15:03:17.778040",
8-
"spec_repo_commit": "f510509"
7+
"regenerated": "2021-11-02 09:38:44.097977",
8+
"spec_repo_commit": "569e123"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-10-28 15:03:19.034901",
13-
"spec_repo_commit": "f510509"
12+
"regenerated": "2021-11-02 09:38:45.195386",
13+
"spec_repo_commit": "569e123"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15306,7 +15306,11 @@ paths:
1530615306
description: 'Submit a list of Service Checks.
1530715307

1530815308

15309-
**Note**: A valid API key is required.'
15309+
**Notes**:
15310+
15311+
- A valid API key is required.
15312+
15313+
- Service checks can be submitted up to 10 minutes in the past.'
1531015314
operationId: SubmitServiceCheck
1531115315
requestBody:
1531215316
content:

api_docs/v1/ServiceChecksApi.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ All URIs are relative to *https://api.datadoghq.com*
1212
1313
Submit a list of Service Checks.
1414

15-
**Note**: A valid API key is required.
15+
**Notes**:
16+
17+
- A valid API key is required.
18+
- Service checks can be submitted up to 10 minutes in the past.
1619

1720
### Example
1821

src/main/java/com/datadog/api/v1/client/api/ServiceChecksApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ public void setApiClient(ApiClient apiClient) {
4444
}
4545

4646
/**
47-
* Submit a Service Check Submit a list of Service Checks. **Note**: A valid API key is required.
47+
* Submit a Service Check Submit a list of Service Checks. **Notes**: - A valid API key is
48+
* required. - Service checks can be submitted up to 10 minutes in the past.
4849
*
4950
* @param body Service Check request body. (required)
5051
* @return IntakePayloadAccepted
@@ -64,7 +65,8 @@ public IntakePayloadAccepted submitServiceCheck(List<ServiceCheck> body) throws
6465
}
6566

6667
/**
67-
* Submit a Service Check Submit a list of Service Checks. **Note**: A valid API key is required.
68+
* Submit a Service Check Submit a list of Service Checks. **Notes**: - A valid API key is
69+
* required. - Service checks can be submitted up to 10 minutes in the past.
6870
*
6971
* @param body Service Check request body. (required)
7072
* @return ApiResponse&lt;IntakePayloadAccepted&gt;

0 commit comments

Comments
 (0)