summaryrefslogtreecommitdiffstats
path: root/qa/libcmis/data/onedrive/updated-file.json
diff options
context:
space:
mode:
Diffstat (limited to 'qa/libcmis/data/onedrive/updated-file.json')
-rw-r--r--qa/libcmis/data/onedrive/updated-file.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/qa/libcmis/data/onedrive/updated-file.json b/qa/libcmis/data/onedrive/updated-file.json
new file mode 100644
index 0000000..d135ae9
--- /dev/null
+++ b/qa/libcmis/data/onedrive/updated-file.json
@@ -0,0 +1,24 @@
+{
+ "id": "aNewFileId",
+ "from": {
+ "name": "onedriveUser",
+ "id": "aUserId"
+ },
+ "name": "New File Name",
+ "description": "new description",
+ "parent_id": "aParentId",
+ "size": 42,
+ "upload_location": "uploadLocation",
+ "comments_count": 0,
+ "comments_enabled": true,
+ "is_embeddable": true,
+ "source": "sourceUrl",
+ "link": "linkUrl",
+ "type": "file",
+ "shared_with": {
+ "access": "Shared"
+ },
+ "created_time": "createdTime",
+ "updated_time": "updatedTime",
+ "client_updated_time": "clientUpdatedTime"
+}