REST Api - how to add tags for doctype

Hello,

How can I add list of tags when adding new item via POST /api/resource/{docType}? Can I do that in the same request or do I need to make additional REST call (which one)?

Thank you!

Hi @vojtas,

check tags to get, add or remove tags.

Thanks, Makarand