Join us on May 20th for the Content + AI Virtual Summit. Register now
client.metadata_taxonomies.update_metadata_taxonomy(
namespace, taxonomy_key, updated_display_name
){
"id": "822227e0-47a5-921b-88a8-494760b2e6d2",
"displayName": "Geography",
"namespace": "enterprise_123456",
"key": "geography",
"levels": [
{
"displayName": "Continent",
"description": "Continent",
"level": 1
}
]
}既存のメタデータ階層を更新します。
client.metadata_taxonomies.update_metadata_taxonomy(
namespace, taxonomy_key, updated_display_name
){
"id": "822227e0-47a5-921b-88a8-494760b2e6d2",
"displayName": "Geography",
"namespace": "enterprise_123456",
"key": "geography",
"levels": [
{
"displayName": "Continent",
"description": "Continent",
"level": 1
}
]
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
メタデータ階層の表示名。
4096"Geography"
更新されたメタデータ階層を表すスキーマ。
メタデータテンプレートで使用可能なメタデータ階層のオブジェクト。
メタデータ階層の一意の識別子。
"822227e0-47a5-921b-88a8-494760b2e6d2"
メタデータ階層の表示名。Boxウェブアプリに表示されます。
4096"Geography"
メタデータ階層が関連付けられている名前空間。
4096"enterprise_123456"
メタデータ階層の一意の識別子。この識別子は、そのメタデータ階層が属する名前空間内で一意である必要があります。
256^[a-zA-Z_][-a-zA-Z0-9_]*$"geography"
メタデータ階層のレベル。
Show child attributes
このページは役に立ちましたか?