Skip to content

Commit

Permalink
Fix grants
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-aaron committed Jan 7, 2025
1 parent 51b5bb5 commit 5652218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions specification/resources/spaces/models/grant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ properties:

permission:
type: string
description: The permission to grant to the user.
enum:
- read
- readwrite
- fullaccess
- ''
description: The permission to grant to the user. Possible values are `read`, `readwrite`, `fullaccess`, or an empty string.
example: read

required:
Expand Down
7 changes: 1 addition & 6 deletions specification/resources/spaces/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ permission:
in: query
name: permission
required: false
description: The permission of the access key.
description: The permission of the access key. Possible values are `read`, `readwrite`, `fullaccess`, or an empty string.
schema:
type: string
enum:
- read
- readwrite
- fullaccess
- ""
example: read

0 comments on commit 5652218

Please sign in to comment.