Skip to content

Commit

Permalink
Regenerate client from commit ad1bec28 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 28, 2024
1 parent 0f32648 commit 85f79a0
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 17:30:50.817998",
"spec_repo_commit": "ad1bec28"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-28 10:24:52.380008",
"spec_repo_commit": "2e09a3ec"
"regenerated": "2024-10-28 17:30:58.970059",
"spec_repo_commit": "ad1bec28"
}
}
}
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
Loading

0 comments on commit 85f79a0

Please sign in to comment.