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://mills.org/posts/register/"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "2a0a1248-73e0-450e-bed3-3335680765d3",
        "d427275e-6421-45ee-8a09-197d8e4e41cb",
        "554c2da0-1da6-4bae-bf7e-d6a87b4c42d8"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "f556751c-7477-4a93-a7e5-201ad6bc0869",
        "5c2dfcdc-71d3-45bb-83ae-531b7877cdc9",
        "04cd6068-332d-46a7-9fca-8b06ac2be562"
    ]
}