File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed
src/main/java/com/datadog/api/v1/client/api Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ All URIs are relative to *https://api.datadoghq.com*
1212
1313Submit 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
Original file line number Diff line number Diff 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<IntakePayloadAccepted>
You can’t perform that action at this time.
0 commit comments