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

JSON Example
{
    "objects": [
        "b7132bce-1d79-44f5-8621-aedd11d8c3d3",
        "d0b19d0d-011e-494a-b29d-5d5816a3e303",
        "11c25e95-b609-4c5b-a0e2-88897506ed1f"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "fc60b34b-f564-441f-a5ba-dc03d42d4e6a",
        "09706775-5504-4b5d-a1c1-70d09057595b",
        "23de2ccd-5051-4cb1-a503-e8b60626cc83"
    ]
}