/class-xxxx/addTags
project
string ID of the project or container containing the object to be modifiedtags
array of strings Tags to be addedid
string ID of the manipulated objectproject
is missing or is not a string, the key tags
is missing, or its value is not an array, or the array contains at least one invalid (not a string of nonzero length) tag)/class-xxxx/removeTags
project
string ID of the project or container containing the object to be modifiedtags
array of strings Tags to be removedid
string ID of the manipulated objectproject
is missing or is not a string, or the key tags
is missing, or its value is not an array, or the array contains at least one invalid (not a string of nonzero length) tag)