8000 feat: add api for patching custom org roles by Emyrk · Pull Request #13357 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: add api for patching custom org roles #13357

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

Merged
merged 14 commits into from
May 29, 2024
Prev Previous commit
Next Next commit
make gen
  • Loading branch information
Emyrk committed May 28, 2024
commit 5eaf8683d9cd5f92c42375715e3eb04a79658415
10 changes: 10 additions & 0 deletions coderd/apidoc/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions coderd/apidoc/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions coderd/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (agplCustomRoleHandler) PatchOrganizationRole(ctx context.Context, _ databa
// @ID upsert-a-custom-organization-role
// @Security CoderSessionToken
// @Produce json
// @Param organization path string true "Organization ID" format(uuid)
// @Tags Members
// @Success 200 {array} codersdk.Role
// @Router /organizations/{organization}/members/roles [patch]
Expand Down
6 changes: 6 additions & 0 deletions docs/api/members.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0