Skip to content

Commit

Permalink
Regenerate client from commit 21da0df3 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 9, 2024
1 parent 932622b commit e97ff05
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 9 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.6.6",
"regenerated": "2024-12-05 20:24:11.476192",
"spec_repo_commit": "970515f9"
"regenerated": "2024-12-09 11:23:01.741697",
"spec_repo_commit": "21da0df3"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-05 20:24:19.436525",
"spec_repo_commit": "970515f9"
"regenerated": "2024-12-09 11:23:09.513205",
"spec_repo_commit": "21da0df3"
}
}
}
10 changes: 5 additions & 5 deletions content/en/api/v1/synthetics/examples.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"target": 200
}
],
"exitIfSucceed": true,
"extractedValues": [
{
"field": "server",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"steps": [
{
"allowFailure": false,
"alwaysExecute": true,
"exitIfSucceed": true,
"isCritical": true,
"name": "Refresh page",
"params": {},
Expand Down
3 changes: 3 additions & 0 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13977,6 +13977,9 @@ components:
items:
$ref: '#/components/schemas/SyntheticsAssertion'
type: array
exitIfSucceed:
description: Determines whether or not to exit the test if the step succeeds.
type: boolean
extractedValues:
description: Array of values to parse and save as variables from the response.
items:
Expand Down
Loading

0 comments on commit e97ff05

Please sign in to comment.