メインコンテンツへスキップ
POST
/
metadata_taxonomies
/
{namespace}
/
{taxonomy_key}
/
levels:append
Python
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.

このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 Box APIのバージョン管理を参照してください。Box SDKのバージョニング戦略について詳しく学ぶ。」

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

namespace
string
必須

メタデータ階層の名前空間。

taxonomy_key
string
必須

メタデータ階層のキー。

ボディ

application/json
displayName
string
必須

メタデータ階層レベルの表示名。

:

"France"

description
string

メタデータ階層レベルの説明。

:

"French Republic"

レスポンス

すべてのメタデータ階層レベルの配列を返します。

メタデータ階層のレベルは、メタデータ階層構造内の階層カテゴリを表します。

entries
メタデータ階層レベル · object[]

すべてのメタデータ階層レベルの配列。