update_dataset
Modify a dataset's name or description by providing its ID and the new values.
Instructions
Update a dataset's name and/or description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional new dataset name. | |
| api_key | No | CatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var. | |
| dataset_id | Yes | The dataset ID to update. | |
| description | No | Optional new dataset description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |