Table Thumbnails
Uploads thumbnail images directly to the server using multipart form-data.
Body
testkey01string · binaryRequired
The first image file to upload.
testkey02string · binaryRequired
The second image file to upload.
Responses
200
Successful upload
application/json
400
Bad Request - Invalid input or missing parameters
application/json
500
Internal Server Error
application/json
post
/middlewareapi/thumbnailsGenerates pre-signed URLs for uploading thumbnail images. Use the returned URLs to upload files with a PUT request.
Body
table_codesstringRequiredExample:
A comma-separated list of table codes for which pre-signed URLs are to be generated.
testkey01,testkey02Responses
200
Successfully generated pre-signed URLs
application/json
400
Bad Request - Invalid input or missing parameters
application/json
500
Internal Server Error
application/json
post
/middlewareapi/thumbnails-uploadUrlLast updated