Direct APIAPI ReferenceSet tags for a mindCopy pagePUThttps://api.reasoner.com/api/mindsim/minds/:mindId/tagsReplaces all tags for a specific mind with the provided tag list. Pass an empty array to remove all tags.AuthenticationAuthorizationBearerAPI key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)Path parametersmindIdstringRequiredRequestThis endpoint expects an object.tagNameslist of stringsRequiredArray of tag names to set for this mind. Replaces all existing tags.ResponseSuccessfully set tagsmindobjectShow 16 propertiesErrors400Bad Request Error404Not Found Error500Internal Server Error