Skip to content

Commit

Permalink
fix: Add missing token scope (box/box-openapi#490) (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Jan 7, 2025
1 parent fcd35e1 commit 83073a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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": "0.3.0" }
{ "engineHash": "a2387ff", "specHash": "4ccce13", "version": "0.3.0" }
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public enum FileOrFolderScopeScopeField implements Valuable {
ITEM_PREVIEW("item_preview"),
ITEM_RENAME("item_rename"),
ITEM_SHARE("item_share"),
ITEM_UPLOAD("item_upload");
ITEM_UPLOAD("item_upload"),
ITEM_READ("item_read");

private final String value;

Expand Down

0 comments on commit 83073a7

Please sign in to comment.