create_collection
Create a new collection. Expects JSON with name (required) and optional type (manual|smart) and filter_rule.
def create_collection() - > object
Create a new collection. Expects JSON with 'name' (required) and optional 'type' (manual|smart) and 'filter_rule'.
Returns
| Type | Description |
|---|---|
object | A JSON response containing the created collection's dictionary representation or an error message. |