Skip to content

Commit

Permalink
feat: add user permissions (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Sep 10, 2024
1 parent 08442c3 commit 388a2e4
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ Organization:
- OrganizationGet
- OrganizationProjectsList
- OrganizationUpdate
- PermissionsGet
- PermissionsUpdate
- UserOrganizationCreate
- UserOrganizationsList
OrganizationUser:
Expand Down
72 changes: 72 additions & 0 deletions handler/organization/organization.go

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

0 comments on commit 388a2e4

Please sign in to comment.