Uploading A product
Uploading a product
Request
URI
POST
https://{api_host}/api/v0/available_products
COPY
Request Body
File of type(s) multipart/form-data
Optional
{
"product[file]": "string"
}
string
product[file]
Optional
Path to tile
Responses
200
OK
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: multipart/form-data' -d '{}' https://{api_host}/api/v0/available_products
Products Operations
DELETE
Deleting A single unused product
GET
Listing all available products
POST
Uploading A product
GET
Viewing A single deployed product
GET
All deployed products
DELETE
Removing A staged product
GET
Viewing A single staged product
PUT
Upgrading A staged product
POST
Adding An available product
GET
All staged products