UpdateCatalog
Updated at:
Updates a catalog.
Try it now
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dlf:UpdateCatalog | *All Resource
| None | None |
Request syntax
PUT /api/metastore/catalogs HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
| Body | object | No | The request body, in JSON format. | |
CatalogInput | Yes | The details of the catalog to update. |
Response elements
Element | Type | Description | Example |
object | The response body. | ||
Code | string | The response code. | OK |
Message | string | The returned message. | . |
RequestId | string | The request ID. | 64E46067-49EA-5A91-A7B1-E812E18FC243 |
Success | boolean | Indicates whether the request was successful. Valid values:
| true |
Examples
Success response
JSON format
{
"Code": "OK",
"Message": ".",
"RequestId": "64E46067-49EA-5A91-A7B1-E812E18FC243",
"Success": true
}Error codes
See for a complete list.
Release notes
See 变更详情 for a complete list.
Is this page helpful?