Skip to content

Commit

Permalink
Sync OpenAPI specification for (spec-v1-synthetics.yaml) (#25943)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 28, 2024
1 parent 1fc1df4 commit 86ccd54
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 4 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-10-28 10:24:44.676000",
"spec_repo_commit": "2e09a3ec"
"regenerated": "2024-10-28 18:38:56.326868",
"spec_repo_commit": "b4ad1786"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-28 10:24:52.380008",
"spec_repo_commit": "2e09a3ec"
"regenerated": "2024-10-28 18:39:04.239857",
"spec_repo_commit": "b4ad1786"
}
}
}
16 changes: 16 additions & 0 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34318,6 +34318,10 @@ paths:
name: body
step: there is a valid "synthetics_mobile_test" in the system
x-menu-order: 2
x-permission:
operator: OR
permissions:
- synthetics_write
x-undo:
operationId: DeleteTests
parameters:
Expand Down Expand Up @@ -34369,6 +34373,10 @@ paths:
tags:
- Synthetics
x-menu-order: 9
x-permission:
operator: OR
permissions:
- synthetics_read
x-undo:
type: safe
put:
Expand Down Expand Up @@ -34431,6 +34439,10 @@ paths:
- Synthetics
x-codegen-request-body-name: body
x-menu-order: 3
x-permission:
operator: OR
permissions:
- synthetics_write
x-undo:
type: idempotent
/api/v1/synthetics/tests/trigger:
Expand Down Expand Up @@ -34568,6 +34580,10 @@ paths:
- Synthetics
x-codegen-request-body-name: body
x-menu-order: 30
x-permission:
operator: OR
permissions:
- synthetics_read
x-undo:
type: idempotent
/api/v1/synthetics/tests/{public_id}:
Expand Down
24 changes: 24 additions & 0 deletions data/api/v1/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103905,6 +1103905,12 @@
}
},
"x-menu-order": 2,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_write"
]
},
"x-undo": {
"operationId": "DeleteTests",
"parameters": [
Expand Down Expand Up @@ -1104799,6 +1104805,12 @@
"Synthetics"
],
"x-menu-order": 9,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_read"
]
},
"x-undo": {
"type": "safe"
}
Expand Down Expand Up @@ -1106479,6 +1106491,12 @@
],
"x-codegen-request-body-name": "body",
"x-menu-order": 3,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_write"
]
},
"x-undo": {
"type": "idempotent"
}
Expand Down Expand Up @@ -1107697,6 +1107715,12 @@
],
"x-codegen-request-body-name": "body",
"x-menu-order": 30,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_read"
]
},
"x-undo": {
"type": "idempotent"
}
Expand Down
24 changes: 24 additions & 0 deletions static/resources/json/full_spec_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103905,6 +1103905,12 @@
}
},
"x-menu-order": 2,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_write"
]
},
"x-undo": {
"operationId": "DeleteTests",
"parameters": [
Expand Down Expand Up @@ -1104799,6 +1104805,12 @@
"Synthetics"
],
"x-menu-order": 9,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_read"
]
},
"x-undo": {
"type": "safe"
}
Expand Down Expand Up @@ -1106479,6 +1106491,12 @@
],
"x-codegen-request-body-name": "body",
"x-menu-order": 3,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_write"
]
},
"x-undo": {
"type": "idempotent"
}
Expand Down Expand Up @@ -1107697,6 +1107715,12 @@
],
"x-codegen-request-body-name": "body",
"x-menu-order": 30,
"x-permission": {
"operator": "OR",
"permissions": [
"synthetics_read"
]
},
"x-undo": {
"type": "idempotent"
}
Expand Down

0 comments on commit 86ccd54

Please sign in to comment.