CMS
日本語
cURL
curl --request POST \ --url https://api.hubapi.com/cms/v3/blogs/authors/multi-language/attach-to-lang-group \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "language": "<string>", "primaryId": "<string>", "primaryLanguage": "<string>" } '
This response has no body data.
ブログ執筆者を多言語グループに添付します。
サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
The JSON representation of the AttachToLangPrimaryRequest object.
Request body object for attaching objects to multi-language groups.
多言語グループに追加するオブジェクトのID。
多言語グループに追加するオブジェクトの指定言語。
多言語グループ内のプライマリー言語オブジェクトのID。
多言語グループのプライマリー言語。