Update print data

Upload print raw data (binary ESC/POS)

PUT
/api/workspace/{slug}/prints/{printId}/data

Upload print raw data (binary ESC/POS)

Path Parameters

slug*string
printId*string

Request Body

application/octet-stream

TypeScript Definitions

Use the request body type in TypeScript.

body*file
Formatbinary

Response Body

application/json

curl -X PUT "https://example.com/api/workspace/string/prints/string/data" \  -H "Content-Type: application/octet-stream" \  -d 'string'
{}