Skip to content

Commit 5eaf868

Browse files
committed
make gen
1 parent fb1dddc commit 5eaf868

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

coderd/apidoc/docs.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/roles.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func (agplCustomRoleHandler) PatchOrganizationRole(ctx context.Context, _ databa
3939
// @ID upsert-a-custom-organization-role
4040
// @Security CoderSessionToken
4141
// @Produce json
42+
// @Param organization path string true "Organization ID" format(uuid)
4243
// @Tags Members
4344
// @Success 200 {array} codersdk.Role
4445
// @Router /organizations/{organization}/members/roles [patch]

docs/api/members.md

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)