thoughtspot / thoughtspot_rest_api_v1_python

Python implementations of ThoughtSpot REST APIs V1 and V2
Other
3 stars 6 forks source link

Add tag_names parameter to metadata_assigntag #4

Closed Zazsona closed 2 years ago

Zazsona commented 2 years ago

Heyo!

This PR adds support for calling the POST /tspublic/v1/metadata/assigntag endpoint with the tagname parameter. It's the only way I could spot to create new tags using the API, so figured it'd be worth tossing in!

Cheers!