Updates the configuration of a catalog. This operation requires the admin role or a higher role.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dlf:UpdateCatalogSettings | update | *All Resource
| None | None |
Request syntax
POST /api/metastore/catalogs/settings HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
| body | object | No | The request body. | |
CatalogId | string | No | The ID of the catalog. | 1344371 |
CatalogSettings | No | The catalog settings. |
Response elements
Element | Type | Description | Example |
object | The response body. | ||
RequestId | string | The request ID. | 01D8DD6B-4929-5999-9BB3-950AA30E3BD0 |
Code | string | The HTTP status code. | OK |
Message | string | The returned message. | . |
Success | boolean | Indicates whether the operation was successful. Valid values:
| true |
Examples
Success response
JSON format
{
"RequestId": "01D8DD6B-4929-5999-9BB3-950AA30E3BD0",
"Code": "OK",
"Message": ".",
"Success": true
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.