cURL
curl --request POST \ --url http://localhost:3001/portal-api/products/{product_id}/logo \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "status": "ok" }
Upload a logo/product page image for this API Product
UID of an API Product
1
image file to upload
OK
Status of the operation
"ok"
Was this page helpful?