Skip to content

Commit

Permalink
fix(workspaces): allow users to create workspaces (#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska authored Aug 13, 2024
1 parent a262d7d commit d645367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extend type Mutation {

type WorkspaceMutations {
create(input: WorkspaceCreateInput!): Workspace!
@hasServerRole(role: SERVER_ADMIN)
@hasServerRole(role: SERVER_USER)
@hasScope(scope: "workspace:create")
delete(workspaceId: String!): Boolean! @hasScope(scope: "workspace:delete")
update(input: WorkspaceUpdateInput!): Workspace! @hasScope(scope: "workspace:update")
Expand Down

0 comments on commit d645367

Please sign in to comment.