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
"http://smith-jensen.info/"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "315a60cb-319e-48a9-9409-c46ad728f1dd",
        "f7a6b71b-4099-4b1c-9a4a-ae1c14318481",
        "46c32b3a-a2c1-48c8-9094-5574712f47e0"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

JSON Example
"http://flores.org/"
delete_images_response
Object Properties
  • images (_list_(uuid4)) – images ids

JSON Example
{
    "images": [
        "d8aefc68-5c82-423b-9ff9-dfd7700868d9",
        "15657384-d0e2-416c-8509-e90843e586cc",
        "53ee89d6-c00e-49f8-a104-776898f60ad2"
    ]
}