Skip to content

Commit d41e1c8

Browse files
fix: Add missing token scope (box/box-openapi#490) (#353)
1 parent 29d904e commit d41e1c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "ce7ab17", "specHash": "6886603", "version": "1.5.0" }
1+
{ "engineHash": "a2387ff", "specHash": "4ccce13", "version": "1.5.0" }

Box.Sdk.Gen/Schemas/FileOrFolderScope/FileOrFolderScopeScopeField.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public enum FileOrFolderScopeScopeField {
2929
[Description("item_share")]
3030
ItemShare,
3131
[Description("item_upload")]
32-
ItemUpload
32+
ItemUpload,
33+
[Description("item_read")]
34+
ItemRead
3335
}
3436
}

0 commit comments

Comments
 (0)