Using the REST API I can create, update and remove documents. But how do I set a document’s tag using Rest Api? Already tried to do it sending this Json in the create method (I’m trying to add a tag to a task):
{
"subject": "Set a tag from API",
"tag": "Service Request"
}
Hello. This does not seems to work anymore. Can anyone please confirm?
We want to do exactly this but the endpoint does not work anymore. Do we have a new endpoint that we can use?
Hi @rmeyer. Couldn’t thank you enough. It worked perfectly. Thanks!
Just a quick question, how did you find that this was moved to a different location? Just for my knowledge so I trouble you guys less next time