Skip to content

Commit

Permalink
Update permissions to be enums
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-aaron committed Jan 7, 2025
1 parent b6b3fd4 commit c018d9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specification/resources/spaces/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,10 @@ permission:
description: The permission of the access key.
schema:
type: string
enum:
- read
- readwrite
- fullaccess
- ""
default: ""
example: read

0 comments on commit c018d9c

Please sign in to comment.