Join us on May 20th for the Content + AI Virtual Summit. Register now
client.metadata_taxonomies.update_metadata_taxonomy_node(
namespace, taxonomy_key, country_node.id, display_name="Poland UPDATED"
){
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"displayName": "France",
"level": 2,
"parentId": "99df4513-7102-4896-8228-94635ee9d330",
"nodePath": [
"99df4513-7102-4896-8228-94635ee9d330"
],
"ancestors": [
{
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"displayName": "France",
"level": 2
}
]
}既存のメタデータ階層ノードを更新します。
client.metadata_taxonomies.update_metadata_taxonomy_node(
namespace, taxonomy_key, country_node.id, display_name="Poland UPDATED"
){
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"displayName": "France",
"level": 2,
"parentId": "99df4513-7102-4896-8228-94635ee9d330",
"nodePath": [
"99df4513-7102-4896-8228-94635ee9d330"
],
"ancestors": [
{
"id": "14d3d433-c77f-49c5-b146-9dea370f6e32",
"displayName": "France",
"level": 2
}
]
}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.
メタデータ階層の名前空間。
メタデータ階層のキー。
メタデータ階層ノードの識別子。
メタデータ階層ノードの表示名。
"France"
更新されたメタデータ階層ノードを表すスキーマ。
メタデータテンプレートで使用可能なメタデータ階層のノードオブジェクト。
メタデータ階層ノードの一意の識別子。
"14d3d433-c77f-49c5-b146-9dea370f6e32"
メタデータ階層ノードの表示名。
"France"
ノードが属するレベルのインデックス。
2
親ノードの識別子。
"99df4513-7102-4896-8228-94635ee9d330"
すべての先祖ノードの識別子の配列。
ルートレベルのノードの場合は返されません。
["99df4513-7102-4896-8228-94635ee9d330"]すべての先祖ノードのオブジェクトの配列。
ルートレベルのノードの場合は返されません。
Show child attributes
このページは役に立ちましたか?