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://jones.net/search.php"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "2e03d39c-cee8-4ae3-9f6e-8bae0241a942",
        "87a06856-d1d0-4a9d-b3f8-36a84dd5496b",
        "f568eb7a-f6f7-4ac1-add2-aee5f1bef848"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "77327303-4409-4446-ae30-5e16cfc3e803",
        "410ee7e4-76d3-4087-80a4-36a99797e105",
        "39d9a3ec-3b16-4a94-b3ce-6f87c40ee6a8"
    ]
}