Pular para o conteúdo principal
PUT
/
cms
/
v3
/
blogs
/
authors
/
multi-language
/
set-new-lang-primary
Set a new primary language
curl --request PUT \
  --url https://api.hubapi.com/cms/v3/blogs/authors/multi-language/set-new-lang-primary \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
This response has no body data.

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

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json

Request body object for setting a new primary language.

id
string
obrigatório

ID of object to set as primary in multi-language group.

Resposta

Last modified on March 24, 2026