Zum Hauptinhalt springen
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 -Starter
Sales HubSales Hub -無料ツール
Service HubService Hub -無料ツール
Content HubContent Hub -Starter
この API には、次のいずれかのスコープが必要です。
cms.membership.access_groups.write
crm.lists.read
crm.lists.read
crm.lists.write

Authorizations

Authorization
string
header
required

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

Path Parameters

listId
string
required

更新するリストのILS ID

Query Parameters

listName
string

更新後のリストの名前。

includeFilters
boolean
default:false

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

Response

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.