Pular para o conteúdo principal
PUT
/
crm
/
v3
/
lists
/
{listId}
/
update-list-name
Atualizar nome da lista
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"
  }
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis
Esta API requer um dos seguintes escopos:
cms.membership.access_groups.write
crm.lists.read
crm.lists.write

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

listId
string
obrigatório

O ID ILS da lista a atualizar.

Parâmetros de consulta

includeFilters
boolean
padrão:false

Um sinalizador indicando se a definição da lista de objetos de resposta deve ou não incluir uma definição de ramificação de filtro. Por padrão, as definições de lista de objetos não terão suas definições de ramificação de filtro incluídas na resposta.

listName
string

O nome para atualizar a lista.

Resposta

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 24, 2026