メインコンテンツへスキップ
PUT
/
crm
/
v3
/
lists
/
{listId}
/
update-list-name
リスト名を更新
curl --request PUT \
  --url https://api.hubapi.com/crm/v3/lists/{listId}/update-list-name \
  --header 'Authorization: Bearer <token>'
{
  "updatedList": {
    "createdAt": "2023-11-15T18:16:52.165Z",
    "createdById": "123",
    "filtersUpdatedAt": "2023-11-15T19:03:24.160Z",
    "listId": "123",
    "listVersion": 2,
    "name": "Updated List Name",
    "objectTypeId": "0-1",
    "processingStatus": "COMPLETE",
    "processingType": "DYNAMIC",
    "updatedAt": "2023-11-15T19:03:32.979Z",
    "updatedById": "123"
  }
}

サポートされる製品

次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -無料ツール
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール
この API には、次のいずれかのスコープが必要です。
cms.membership.access_groups.write
crm.lists.read
crm.lists.write

承認

Authorization
string
header
必須

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

パスパラメータ

listId
string
必須

更新するリストのILS ID

クエリパラメータ

includeFilters
boolean
デフォルト:false

レスポンスオブジェクトリスト定義にフィルター分岐定義が含まれている必要があるかどうかを示すフラグ。デフォルトでは、オブジェクトリスト定義のフィルター分岐定義はレスポンスに含まれません。

listName
string

更新後のリストの名前。

レスポンス

Successful response, for a request with includeFilters set to false.

The updated definition of the list in response to a list update request.

updatedList
object

An object list definition.

Last modified on March 30, 2026