Skip to content

Commit

Permalink
Regenerate client from commit 733cf3ea of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 2, 2025
1 parent 27c684a commit 6abec64
Show file tree
Hide file tree
Showing 4 changed files with 30 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": "2025-01-02 15:19:45.584201",
"spec_repo_commit": "bc53c28f"
"regenerated": "2025-01-02 17:33:37.609315",
"spec_repo_commit": "733cf3ea"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-02 15:19:54.009415",
"spec_repo_commit": "bc53c28f"
"regenerated": "2025-01-02 17:33:45.606315",
"spec_repo_commit": "733cf3ea"
}
}
}
8 changes: 8 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41583,6 +41583,14 @@ paths:
operationId: UpdateRestrictionPolicy
parameters:
- $ref: '#/components/parameters/ResourceID'
- description: Allows admins (users with the `user_access_manage` permission)
to remove their own access from the resource if set to `true`. By default,
this is set to `false`, preventing admins from locking themselves out.
in: query
name: allow_self_lockout
required: false
schema:
type: string
requestBody:
content:
application/json:
Expand Down
9 changes: 9 additions & 0 deletions data/api/v2/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -297320,6 +297320,15 @@
"schema": {
"type": "string"
}
},
{
"description": "Allows admins (users with the `user_access_manage` permission) to remove their own access from the resource if set to `true`. By default, this is set to `false`, preventing admins from locking themselves out.",
"in": "query",
"name": "allow_self_lockout",
"required": false,
"schema": {
"type": "string"
}
}
],
"requestBody": {
Expand Down
9 changes: 9 additions & 0 deletions static/resources/json/full_spec_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -297320,6 +297320,15 @@
"schema": {
"type": "string"
}
},
{
"description": "Allows admins (users with the `user_access_manage` permission) to remove their own access from the resource if set to `true`. By default, this is set to `false`, preventing admins from locking themselves out.",
"in": "query",
"name": "allow_self_lockout",
"required": false,
"schema": {
"type": "string"
}
}
],
"requestBody": {
Expand Down

0 comments on commit 6abec64

Please sign in to comment.