Re: Update Tags through REST API

Anonymous
Not applicable

Update Tags through REST API

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.

2 REPLIES 2
Grégoire_Miche2
Level 10

Re: Update Tags through REST API

The program/{id} endpoint enables you to update programs, including tags:

http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/updat...

-Greg

SanfordWhiteman
Level 10 - Community Moderator

Re: Update Tags through REST API

But not add tags and channels to the library (like in the Admin UI).