You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
61
61
- scope `GetFileMetadataByIdScope`
62
-
- The scope of the metadata template Example: "global"
62
+
- The scope of the metadata template. Example: "global"
63
63
- templateKey `String`
64
-
- The name of the metadata template Example: "properties"
64
+
- The name of the metadata template. Example: "properties"
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
100
100
- scope `CreateFileMetadataByIdScope`
101
-
- The scope of the metadata template Example: "global"
101
+
- The scope of the metadata template. Example: "global"
102
102
- templateKey `String`
103
-
- The name of the metadata template Example: "properties"
103
+
- The name of the metadata template. Example: "properties"
104
104
- requestBody `Map<String, Object>`
105
105
- Request body of createFileMetadataById method
106
106
- headers `CreateFileMetadataByIdHeaders`
@@ -138,9 +138,9 @@ See the endpoint docs at
138
138
- fileId `String`
139
139
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
140
140
- scope `UpdateFileMetadataByIdScope`
141
-
- The scope of the metadata template Example: "global"
141
+
- The scope of the metadata template. Example: "global"
142
142
- templateKey `String`
143
-
- The name of the metadata template Example: "properties"
143
+
- The name of the metadata template. Example: "properties"
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
176
176
- scope `DeleteFileMetadataByIdScope`
177
-
- The scope of the metadata template Example: "global"
177
+
- The scope of the metadata template. Example: "global"
178
178
- templateKey `String`
179
-
- The name of the metadata template Example: "properties"
179
+
- The name of the metadata template. Example: "properties"
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
173
173
- extension `GetFileThumbnailUrlExtension`
174
-
- The file format for the thumbnail Example: "png"
174
+
- The file format for the thumbnail. Example: "png"
- The unique identifier that represents a file. The ID for any file can be determined by visiting a file in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/files/123` the `file_id` is `123`. Example: "12345"
223
223
- extension `GetFileThumbnailByIdExtension`
224
-
- The file format for the thumbnail Example: "png"
224
+
- The file format for the thumbnail. Example: "png"
0 commit comments