Skip to content

Commit

Permalink
Regenerate client from commit 21be5ff of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 12, 2022
1 parent cf38a28 commit 65bb003
Show file tree
Hide file tree
Showing 10 changed files with 132 additions and 81 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.5.1.dev2",
"regenerated": "2022-01-12 15:42:27.276817",
"spec_repo_commit": "9a4c69f"
"regenerated": "2022-01-12 18:18:55.656868",
"spec_repo_commit": "21be5ff"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2022-01-12 15:42:27.797360",
"spec_repo_commit": "9a4c69f"
"regenerated": "2022-01-12 18:18:56.150509",
"spec_repo_commit": "21be5ff"
}
}
}
24 changes: 22 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9789,19 +9789,26 @@ components:
type: boolean
name:
description: The name of the step.
example: Example step name
type: string
request:
$ref: '#/components/schemas/SyntheticsTestRequest'
retry:
$ref: '#/components/schemas/SyntheticsTestOptionsRetry'
subtype:
$ref: '#/components/schemas/SyntheticsAPIStepSubtype'
required:
- assertions
- request
- name
- subtype
type: object
SyntheticsAPIStepSubtype:
description: The subtype of the Synthetic multistep API test step, currently
only supporting `http`.
enum:
- http
example: http
type: string
x-enum-varnames:
- HTTP
Expand Down Expand Up @@ -9830,7 +9837,7 @@ components:
type: integer
name:
description: Name of the test.
example: Test name
example: Example test name
type: string
options:
$ref: '#/components/schemas/SyntheticsTestOptions'
Expand All @@ -9853,6 +9860,12 @@ components:
type: array
type:
$ref: '#/components/schemas/SyntheticsAPITestType'
required:
- name
- config
- locations
- options
- type
type: object
SyntheticsAPITestConfig:
description: Configuration object for a Synthetic API test.
Expand Down Expand Up @@ -10226,6 +10239,8 @@ components:
$ref: '#/components/schemas/SyntheticsBrowserTestConfig'
locations:
description: Array of locations used to run the test.
example:
- example-location
items:
description: A location from which the test was run.
type: string
Expand All @@ -10242,6 +10257,7 @@ components:
type: integer
name:
description: Name of the test.
example: Example test name
type: string
options:
$ref: '#/components/schemas/SyntheticsTestOptions'
Expand All @@ -10265,7 +10281,11 @@ components:
type:
$ref: '#/components/schemas/SyntheticsBrowserTestType'
required:
- message
- config
- locations
- name
- options
- type
type: object
SyntheticsBrowserTestConfig:
description: Configuration object for a Synthetic browser test.
Expand Down
20 changes: 10 additions & 10 deletions docs/v1/SyntheticsAPIStep.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/v1/SyntheticsAPITest.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 8 additions & 12 deletions docs/v1/SyntheticsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/v1/SyntheticsBrowserTest.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 65bb003

Please sign in to comment.