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"
64
64
- scope `GetFileMetadataByIdScope`
65
-
- The scope of the metadata template Example: "global"
65
+
- The scope of the metadata template. Example: "global"
66
66
- templateKey `string`
67
-
- The name of the metadata template Example: "properties"
67
+
- 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"
113
113
- scope `CreateFileMetadataByIdScope`
114
-
- The scope of the metadata template Example: "global"
114
+
- The scope of the metadata template. Example: "global"
115
115
- templateKey `string`
116
-
- The name of the metadata template Example: "properties"
116
+
- 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"
186
186
- scope `UpdateFileMetadataByIdScope`
187
-
- The scope of the metadata template Example: "global"
187
+
- The scope of the metadata template. Example: "global"
188
188
- templateKey `string`
189
-
- The name of the metadata template Example: "properties"
189
+
- 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"
225
225
- scope `DeleteFileMetadataByIdScope`
226
-
- The scope of the metadata template Example: "global"
226
+
- The scope of the metadata template. Example: "global"
227
227
- templateKey `string`
228
-
- The name of the metadata template Example: "properties"
228
+
- The name of the metadata template. Example: "properties"
0 commit comments