v1
latestSwagger 2.02026-07-146610689.7 KBv2
Set all file meta
Add multiple meta fields in a single request. Any of the 10 types of meta can be added or changed with this API method. If you're adding a lot of meta, this is the fastest and lowest load way to add meta data.
post/v2/files/meta
Query parameters
filenamestring required
Request body
Example request
{
"tags": [
[
"lake",
"water"
]
],
"title": "Blue Lake",
"description": "Blue Lake in the Winter",
"product": {
"id": "LLBB77",
"name": "Blue Lake Card",
"brand": "BLUE LAKE LLC",
"category1": "Cards",
"category2": "Lakes"
},
"approval": {
"comment": "It looks too cold!"
}
}Response
Successful