From 3c78891bb8ebc9c2655ad7ad130e536409ba066f Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 9 Dec 2021 14:58:38 +0000 Subject: [PATCH] fix head example --- space/examples.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/space/examples.json b/space/examples.json index 9b7592d..cdabc49 100644 --- a/space/examples.json +++ b/space/examples.json @@ -69,11 +69,13 @@ "name": "images/file.jpg" }, "response": { - "name": "images/file.jpg", - "modified": 1638549232, - "created": 1638546232, - "url": "https://example.com/foo/bar/images/file.jpg", - "visibility": "public" + "object": { + "name": "images/file.jpg", + "modified": 1638549232, + "created": 1638546232, + "url": "https://example.com/foo/bar/images/file.jpg", + "visibility": "public" + } } } ],