Skip to content

Commit

Permalink
fix: Add missing token scope (box/box-openapi#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Jan 7, 2025
1 parent 752df3a commit 990b7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "a2387ff", "specHash": "6886603", "version": "1.9.0" }
{ "engineHash": "a2387ff", "specHash": "4ccce13", "version": "1.9.0" }
1 change: 1 addition & 0 deletions box_sdk_gen/schemas/file_or_folder_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class FileOrFolderScopeScopeField(str, Enum):
ITEM_RENAME = 'item_rename'
ITEM_SHARE = 'item_share'
ITEM_UPLOAD = 'item_upload'
ITEM_READ = 'item_read'


class FileOrFolderScope(BaseObject):
Expand Down

0 comments on commit 990b7dc

Please sign in to comment.