Saltar al contenido principal
PUT
/
cms
/
blog-settings
/
2026-03
/
settings
/
multi-language
/
set-new-lang-primary
Definir el idioma principal de un blog específico
curl --request PUT \
  --url https://api.hubapi.com/cms/blog-settings/2026-03/settings/multi-language/set-new-lang-primary \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
This response has no body data.

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
id
string
requerido

ID del objeto que se establecerá como principal en el grupo multilingüe.

Respuesta

Última modificación el 13 de abril de 2026