Hi
I would like to use Marketo REST API for creating and updating tags. However, the Assets API reference in the Marketo Developer website does not seem to list a POST operation for creating or updating tags whereas GET operations are being supported.
http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/
Could someone confirm whether API support is available for the purpose mentioned above?
Thanks.
The program/{id} endpoint enables you to update programs, including tags:
-Greg
But not add tags and channels to the library (like in the Admin UI).