uc_volume_update
Update a Unity Catalog volume's properties by providing its full name and a request body containing the fields to modify.
Instructions
Update a volume (PATCH /api/2.1/unity-catalog/volumes/{full_name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | Volume full name (catalog.schema.volume) | |
| body | Yes | PATCH body — any updateable volume field |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |