Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require teams_manage scope for creating and deleting teams #1352

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:53:02.534170",
"spec_repo_commit": "6b2e8b39"
"regenerated": "2023-05-01 18:21:31.276257",
"spec_repo_commit": "dcb4806e"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-05-01 17:53:02.546706",
"spec_repo_commit": "6b2e8b39"
"regenerated": "2023-05-01 18:21:31.292797",
"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