Skip to content

Commit

Permalink
Require teams_manage scope for creating and deleting teams (#1444)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored May 1, 2023
1 parent 6fe85fe commit 40b86e3
Show file tree
Hide file tree
Showing 2 changed files with 6 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.4",
"regenerated": "2023-05-01 17:52:58.091386",
"spec_repo_commit": "6b2e8b39"
"regenerated": "2023-05-01 18:21:31.353206",
"spec_repo_commit": "dcb4806e"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-05-01 17:52:58.105300",
"spec_repo_commit": "6b2e8b39"
"regenerated": "2023-05-01 18:21:31.374538",
"spec_repo_commit": "dcb4806e"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22559,6 +22559,7 @@ paths:
appKeyAuth: []
- AuthZ:
- teams_read
- teams_manage
summary: Create a team
tags:
- Teams
Expand Down Expand Up @@ -22590,6 +22591,7 @@ paths:
appKeyAuth: []
- AuthZ:
- teams_read
- teams_manage
summary: Remove a team
tags:
- Teams
Expand Down

0 comments on commit 40b86e3

Please sign in to comment.