Update print metadata

Update print

PATCH
/api/workspace/{slug}/prints/{printId}

Update print

Path Parameters

slug*string
printId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/api/workspace/string/prints/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "printKey": "string",
  "workspaceId": 0,
  "userId": 0,
  "deviceId": "string",
  "label": "string",
  "tag": {
    "property1": "string",
    "property2": "string"
  },
  "quantity": 0,
  "width": 0,
  "testPrint": true,
  "deleted": true,
  "deletedAt": "string",
  "createdAt": "string",
  "updatedAt": "string"
}