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.cantu-bell.com/blog/tag/homepage.htm"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "02056e7e-525a-4335-a786-bae635b70c0c",
        "6da146d0-76e5-4ccf-8da6-c2bd9d8f9625",
        "0fa5bfae-36d3-4c75-811e-22aced67ff9a"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

JSON Example
"http://www.butler-floyd.com/"
delete_images_response
Object Properties
  • images (_list_(uuid4)) – images ids

JSON Example
{
    "images": [
        "3922a93d-aaae-4841-9768-32855f76dd36",
        "bb297389-62e1-438f-b940-b619c62583be",
        "b74f042f-b331-4a5d-b356-909bc678629d"
    ]
}