fix head example

This commit is contained in:
Asim Aslam
2021-12-09 14:58:38 +00:00
parent 5e8d143f99
commit 3c78891bb8

View File

@@ -69,11 +69,13 @@
"name": "images/file.jpg" "name": "images/file.jpg"
}, },
"response": { "response": {
"name": "images/file.jpg", "object": {
"modified": 1638549232, "name": "images/file.jpg",
"created": 1638546232, "modified": 1638549232,
"url": "https://example.com/foo/bar/images/file.jpg", "created": 1638546232,
"visibility": "public" "url": "https://example.com/foo/bar/images/file.jpg",
"visibility": "public"
}
} }
} }
], ],