Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Rename an attribute key with cascade across schemas and catalog.
curl -X POST "https://hub.banditshq.com/api/v1/attributes/color/rename" \ -H "Authorization: Bearer lasso_..." \ -H "Content-Type: application/json" \ -d '{"new_key": "product_color"}'
{ "success": true, "old_key": "color", "new_key": "product_color", "attribute": { "key": "product_color", "label": "Color", "type": "enum", ... }, "results": { ... } }