メインコンテンツへスキップ
PUT
/
shield_information_barrier_segments
/
{shield_information_barrier_segment_id}
Python
client.shield_information_barrier_segments.update_shield_information_barrier_segment_by_id(
    segment_id, description=updated_segment_description
)
{
  "id": "11446498",
  "type": "shield_information_barrier_segment",
  "shield_information_barrier": {
    "id": "11446498",
    "type": "shield_information_barrier"
  },
  "name": "Investment Banking",
  "description": "'Corporate division that engages in advisory_based financial\n transactions on behalf of individuals, corporations, and governments.'",
  "created_at": "2020-06-26T18:44:45.869Z",
  "created_by": {
    "id": "11446498",
    "type": "user"
  },
  "updated_at": "2020-07-26T18:44:45.869Z",
  "updated_by": {
    "id": "11446498",
    "type": "user"
  }
}

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.

パスパラメータ

shield_information_barrier_segment_id
string
必須

Shield情報バリアのセグメントのID。

ボディ

application/json

Shield情報バリアのセグメントに対して行われる更新を含むオブジェクト。使用可能なプロパティには「name」と「description」があり、オブジェクトの値が更新内容となります。

name
string

Shield情報バリアのセグメントの更新した名前。

Pattern: \S+
:

"Investment Banking"

description
string | null

Shield情報バリアのセグメントの更新した説明。

:

"'Corporate division that engages in advisory_based\nfinancial transactions on behalf of individuals,\ncorporations, and governments.'"

レスポンス

更新されたShield情報バリアのセグメントオブジェクトを返します。

Shield情報バリアのセグメントオブジェクト。

id
string

Shield情報バリアのセグメントの一意の識別子。

:

"11446498"

type
enum<string>

Shield情報バリアのセグメントのタイプ。

利用可能なオプション:
shield_information_barrier_segment
:

"shield_information_barrier_segment"

shield_information_barrier
Shield情報バリア (Base) · object

Shield情報バリアオブジェクトのBase版の表示。

name
string

Shield情報バリアのセグメントの名前。

:

"Investment Banking"

description
string

Shield情報バリアのセグメントの説明。

:

"'Corporate division that engages in advisory_based financial\n transactions on behalf of individuals, corporations, and governments.'"

created_at
string<date-time>

このShield情報バリアオブジェクトが作成された日時を示すISO日時文字列。

:

"2020-06-26T18:44:45.869Z"

created_by
ユーザー (Base) · object

このShield情報バリアのセグメントを作成したユーザー。

updated_at
string<date-time>

このShield情報バリアのセグメントが更新された日時を示すISO日時文字列。

:

"2020-07-26T18:44:45.869Z"

updated_by
ユーザー (Base) · object

このShield情報バリアのセグメントを更新したユーザー。