Assign a tag to a client
Assigns a tag (by name) to this client. If no tag with this exact name exists yet for the company, one is created.
Assigning the same tag more than once has no additional effect.
The tag name is passed in the request body, not the URL path, since tag names may contain characters (spaces, slashes) that don’t survive path encoding cleanly.
Authentication
X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key
Path parameters
guid
Stable public identifier of the client
Request
This endpoint expects an object.
name
Tag name to assign. If no tag with this exact name exists yet for the company, one is created. May contain any characters, including spaces and slashes.
Response
Tag assigned
Errors
404
Not Found Error