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

JSON Example
{
    "objects": [
        "3a0e6488-83d2-4c95-aa72-f63a7f32a34a",
        "093b391d-87a3-4f3b-a9da-2b6a1524ac0e",
        "64a8e522-030c-496c-b4af-ae30bf3bbc36"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

JSON Example
"https://contreras-lara.info/"
delete_images_response
Object Properties
  • images (_list_(uuid4)) – images ids

JSON Example
{
    "images": [
        "4104eb42-0b5a-40ae-a09c-560f15e5cfc4",
        "2a703521-7c22-440d-81cc-8626b2f916db",
        "06dae759-5075-481b-bf6c-65a95f2ae4b4"
    ]
}