Documentation of handlers

Common jsons

create_object_response
Object Properties
  • object_id (uuid4) – object id

  • url (uri) – object path (/1/buckets/{bucketName}/objects/{objectId})

JSON Example
"https://www.garcia.org/about.htm"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "0ce1d8df-309b-49ef-9c8c-1f674ffbe1e8",
        "49d5345e-b0fc-4f3b-8432-5f3984a8660b",
        "d78035d6-3bd7-4948-96d3-f5f06c7767f3"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

  • url (url) – object path (/1/buckets/{bucketName}/images/{objectId})

JSON Example
"https://www.harris.info/"
delete_images_response
Object Properties
  • images (_list_(uuid4)) – images ids

JSON Example
{
    "images": [
        "c989c8b1-37c7-4248-8eed-6bafa7a481f1",
        "37547167-454f-46e2-a598-2e21f6b2185f",
        "568cacc9-0ccf-40a6-b531-777e950c8159"
    ]
}