Set tags for a mind
Replaces all tags for a specific mind with the provided tag list. Pass an empty array to remove all tags.
Authentication
AuthorizationBearer
API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)
Path parameters
mindId
Request
This endpoint expects an object.
tagNames
Array of tag names to set for this mind. Replaces all existing tags.
Response
Successfully set tags
mind
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error
