カスタム属性を更新します。
今すぐお試しください
テスト
RAM 認証
リクエスト構文
POST HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Id |
string |
必須 |
カスタム属性の ID。 |
custom-attribute:biz_owner |
| DisplayName |
string |
任意 |
カスタム属性の新しい表示名。128 文字以下である必要があります。 |
业务负责人 |
| EntityTypes |
array |
任意 |
適用可能なエンティティタイプ。このパラメーターは、特定のタイプおよび
|
|
|
string |
任意 |
The entity type. |
maxcompute-table |
|
| ValueEnums |
array |
任意 |
列挙値。 |
|
|
string |
任意 |
A value for the enum. |
VALUE_1 |
|
| DisplayEnabled |
boolean |
任意 |
カスタム属性を UI に表示するかどうか。 |
true |
| SearchFilterEnabled |
boolean |
任意 |
カスタム属性をフィルター条件として使用できるかどうか。 |
false |
| Comment |
string |
任意 |
カスタム属性の新しい説明。256 文字以下である必要があります。 |
test comment |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
6B56C4A2-C7F3-52AF-8417-6DFF7447011B |
| Success |
boolean |
Whether the request was successful. |
true |
| Result |
boolean |
Whether the update operation was successful. |
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "6B56C4A2-C7F3-52AF-8417-6DFF7447011B",
"Success": true,
"Result": true
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。