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://roman-williams.com/home.htm"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "3d544b32-9e91-4d4b-b358-975ba3487cc8",
        "0c0d7b59-eb63-483e-b6de-835e0fc959a3",
        "6dcc17c8-5972-4172-a9d6-f8ac327fc36a"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "88071ef3-5824-4a1a-a1d8-ab21928079ca",
        "83b2f760-da2c-433a-ab4e-933fb2af1a91",
        "89eb16cd-bc39-4608-a915-d37e9ca8f218"
    ]
}