Households
Add tags to household
Add tags to an existing household. Tags are merged with existing tags (additive operation).
POST
Add tags to household
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Path Parameters
Household ID
Body
application/json
Array of tag IDs to add
Example:
["abc123", "def456"]Response
tags added successfully
Complete list of tag IDs after operation
Add tags to household