Renames an existing logo.
PUT /api/logo/{logoId}/rename| Parameter | Type | Description |
|---|---|---|
| logoId | integer | The internal ID of the logo to rename. |
{
"title": "My cool logo"
}Returns the updated logo object with the new title.
{
"logoId": 123456,
"logoItemNo": 987654,
"title": "My cool logo",
"widthInMM": 120,
"heightInMM": 55,
"logoType": "TRANSFER",
"transferMethodKey": "INDUSTRI",
"colors": [
{
"id": "HVID",
"name": "White",
"red": 255,
"green": 255,
"blue": 255
},
{
"id": "200",
"name": "PMS 200 C",
"red": 245,
"green": 56,
"blue": 59
}
],
"status": "Draft",
"storageCount": 0,
"lowResBase64": "iVBORw0KGgoAAAANSU...",
"highResBase64": "iVBORw0KGgoAAAANSU...",
"prices": [...],
"additionalFees": [...]
}