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

JSON Example
{
    "objects": [
        "0dee3ac4-6153-4e48-b252-dcbde9b83041",
        "b5a38ee8-8b46-4fbc-ae37-c572827844a8",
        "e7f41082-70c1-47ca-9f0d-fbf198d6b1a0"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "3c5db232-d8c5-4ebd-9464-7cc34d0efb40",
        "641e41e9-afbe-48e7-b59e-2584500d658a",
        "ce205c77-565f-49c4-bf07-ff12a493ca28"
    ]
}