TypeScript client
Tags
Set post tags
Replace a post’s full tag assignment with the given set of tag ids (an empty array clears all tags). Returns the post’s resulting tag set. Use addPostTag/removePostTag for single-tag changes.
PUT
TypeScript client
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Post id (UUID), as returned by the create post and list posts endpoints.
Body
application/json
Full replacement set of registry tag ids for the post; an empty array clears every tag assignment.
a Universally Unique Identifier
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Response
Success