Update print data (JSON)

Upload print raw data (base64 JSON)

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

Upload print raw data (base64 JSON)

Path Parameters

slug*string
printId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

raw*string

Response Body

application/json

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