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.allen.com/privacy.php"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "ca06e334-049a-46f2-8d42-0aa5253e076f",
        "82ebb38c-9843-4ff3-9f37-8b590428ee61",
        "0d29364e-3849-446d-92b2-a8a3073b956d"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "c410d2c2-9d96-4307-8c19-9a22ff8ab200",
        "e87b06a1-def5-4af3-aa14-3d60e7b09b3f",
        "67a95dd9-591d-418c-8217-23e3a4754c43"
    ]
}