mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 13:45:09 +00:00
@@ -87,6 +87,26 @@
|
||||
"name": "images/file.jpg"
|
||||
},
|
||||
"response": {
|
||||
"object": {
|
||||
"name": "images/file.jpg",
|
||||
"modified": 1638549232,
|
||||
"created": 1638546232,
|
||||
"url": "https://example.com/foo/bar/images/file.jpg",
|
||||
"visibility": "public",
|
||||
"data": "<file bytes>"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"download": [
|
||||
{
|
||||
"title": "Download an object",
|
||||
"run_check": false,
|
||||
"request": {
|
||||
"name": "images/file.jpg"
|
||||
},
|
||||
"response": {
|
||||
"url": "https://example.com/foo/bar/images/file.jpg"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user