Direct APIAPI ReferenceSet tags for a mindCopy pagePUThttps://docs.mindsim.com/api/public/v1/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 13 propertiesErrors400Bad Request Error404Not Found Error500Internal Server Error