diff --git a/.apigentools-info b/.apigentools-info index 85af6fd05ae..b56415d9e5b 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.2", - "regenerated": "2022-03-16 20:24:56.087926", - "spec_repo_commit": "1289c722" + "regenerated": "2022-03-17 17:21:23.574759", + "spec_repo_commit": "31d44cb6" }, "v2": { "apigentools_version": "1.6.2", - "regenerated": "2022-03-16 20:24:56.103314", - "spec_repo_commit": "1289c722" + "regenerated": "2022-03-17 17:21:23.590260", + "spec_repo_commit": "31d44cb6" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index aed5a34f99f..36bea596899 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -7667,7 +7667,7 @@ components: name: description: The name of the new child-organization, limited to 32 characters. example: New child org - maximum: 32 + maxLength: 32 type: string public_id: description: The `public_id` of the organization you are operating within. @@ -7696,7 +7696,7 @@ components: name: description: The name of the new child-organization, limited to 32 characters. example: New child org - maximum: 32 + maxLength: 32 type: string subscription: $ref: '#/components/schemas/OrganizationSubscription' diff --git a/tests/scenarios/features/v1/logs.feature b/tests/scenarios/features/v1/logs.feature index 60d1ebe95e6..ba929f1ae6c 100644 --- a/tests/scenarios/features/v1/logs.feature +++ b/tests/scenarios/features/v1/logs.feature @@ -14,6 +14,14 @@ Feature: Logs When the request is sent Then the response status is 400 Bad Request + @generated @skip @team:DataDog/logs-app + Scenario: Search logs returns "OK" response + Given a valid "appKeyAuth" key in the system + And new "ListLogs" request + And body with value {"index": "retention-3,retention-15", "limit": null, "query": "service:web* AND @http.status_code:[200 TO 299]", "sort": "asc", "startAt": null, "time": {"from": "2020-02-02T02:02:02Z", "timezone": null, "to": "2020-02-02T20:20:20Z"}} + When the request is sent + Then the response status is 200 OK + @team:DataDog/logs-app Scenario: Search test logs returns "OK" response Given a valid "appKeyAuth" key in the system