deepak
13 years agoAce
Tagging a post using REST APIs
Is there any possible rest api call to add a tag to a particular post and also rest api call to retrieve tags given to a particular post. Thanks in advance.
- 13 years ago
Yes it is possible.
Used the following rest api call
http://<community>/restapi/vc/messages/id/7/edit?message.subject=subj&tag.add=rest
Unfortunately, its i not possible to add the tag alone. It seems we need to change the subject as well even though it is mentioned as optional field in the rest api doc.