From 700eac9ed2bc11141bd9d5008f86c918c46c7587 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 3 Jun 2021 12:31:07 +0100 Subject: [PATCH] fix example --- file/examples.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/file/examples.json b/file/examples.json index e2dedd1..15e5a85 100644 --- a/file/examples.json +++ b/file/examples.json @@ -5,7 +5,7 @@ "file": { "data": "file content example", "path": "/document/text-files/file.txt", - "project": "myproject" + "project": "examples" } }, "response": { @@ -14,12 +14,12 @@ "list": [{ "title": "List files", "request": { - "project": "myproject" + "project": "examples" }, "response": { "files": [ { - "project": "myproject", + "project": "examples", "name": "file.txt", "path": "/document/text-files/file.txt" } @@ -29,16 +29,17 @@ "read": [{ "title": "Read file", "request": { - "project": "myproject" + "project": "examples", + "path": "/document/text-files/file.txt" }, "response": { "files": [ { - "project": "myproject", + "project": "examples", "data": "file content example", "path": "/document/text-files/file.txt" } ] } }] -} \ No newline at end of file +}