Join us on May 20th for the Content + AI Virtual Summit. Register now
client.metadata_taxonomies.add_metadata_taxonomy_level(
namespace, taxonomy_key, "Region", description="Region Description"
){
"entries": [
{
"displayName": "Continent",
"description": "Continent",
"level": 1
}
]
}新しいメタデータ階層レベルを作成し、既存のレベルに追加します。定義されているレベルがない場合は、第1レベルを作成します。
client.metadata_taxonomies.add_metadata_taxonomy_level(
namespace, taxonomy_key, "Region", description="Region Description"
){
"entries": [
{
"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.
すべてのメタデータ階層レベルの配列を返します。
メタデータ階層のレベルは、メタデータ階層構造内の階層カテゴリを表します。
すべてのメタデータ階層レベルの配列。
Show child attributes
このページは役に立ちましたか?