Buttondown Documentation
In what may be the most niche breaking change ever, we've changed the tag
field in the metadata
field of bulk actions to tag_id
.
Previously, when wanted to create a bulk action to add a tag to a list of subscribers, you could either specify a list of tag IDs:
Or you could specify a single tag:
We've unified the two approaches to use tag_id
instead of tag
:
The behavior of the endpoint has not changed, and we cut a new version of the API to make this backwards-compatible for existing callers.