curl --request PATCH \
--url https://api.example.com/api/brand-studio/assets/{asset_id} \
--header 'Content-Type: application/json' \
--data '
{
"garment_type": "shirt",
"mood": "<string>",
"source_type": "upload",
"tags": [
"<string>"
]
}
'{
"created_at": "<string>",
"file_path": "<string>",
"filename": "<string>",
"hash": "<string>",
"id": "<string>",
"mime_type": "<string>",
"size_bytes": 123,
"source_type": "upload",
"garment_type": "shirt",
"height": 123,
"mood": "<string>",
"tags_json": "[]",
"width": 123
}curl --request PATCH \
--url https://api.example.com/api/brand-studio/assets/{asset_id} \
--header 'Content-Type: application/json' \
--data '
{
"garment_type": "shirt",
"mood": "<string>",
"source_type": "upload",
"tags": [
"<string>"
]
}
'{
"created_at": "<string>",
"file_path": "<string>",
"filename": "<string>",
"hash": "<string>",
"id": "<string>",
"mime_type": "<string>",
"size_bytes": 123,
"source_type": "upload",
"garment_type": "shirt",
"height": 123,
"mood": "<string>",
"tags_json": "[]",
"width": 123
}Successful Response
upload, screenshot, photo, reference shirt, pants, jacket, dress, skirt, coat, accessories, other