Set tags of files
Set tags of files. Discards all tags and inserts the new ones.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"successCount": 1,
"modifiedCount": 0,
"erroredCount": 2,
"erroredFiles": [
"/Asset 1.png",
"/Asset 2.png"
]
}{
msg: "error details"
details: "..."
} // Explanation of error{
// Please contact support if you are getting this error constantly.
}Example Codes
Last updated