Passer au contenu principal
PUT
/
cms
/
pages
/
2026-03
/
landing-pages
/
multi-language
/
set-new-lang-primary
Définir une nouvelle langue principale
curl --request PUT \
  --url https://api.hubapi.com/cms/pages/2026-03/landing-pages/multi-language/set-new-lang-primary \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: */*' \
  --data '
{
  "id": "<string>"
}
'
This response has no body data.

Supported products

Autorisations

Authorization
string
header
requis

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

Corps

*/*
id
string
requis

ID de l'objet à définir comme principal dans un groupe multilingue.

Réponse

Last modified on April 13, 2026