Search + K

Command Palette

Search for a command to run...

Sign In

Update languages of multi-language group

POST /cms/v3/blogs/authors/multi-language/update-languages
Copy endpoint
https://api.hubapi.com

Explicitly set new languages for each Blog Author in a multi-language group.

Request Body

application/json required

The JSON representation of the UpdateLanguagesRequest object.

interface UpdateLanguagesRequestVNext {
languages: { };
primaryId: string;
}

Responses

200

successful operation

unknown
default */*

An error occurred.

interface Error {
category: string;
context?: { };
correlationId: string;
errors?: ErrorDetail
interface ErrorDetail {
code?: string;
context?: { };
in?: string;
message: string;
subCategory?: string;
}
[]
;
links?: { };
message: string;
subCategory?: string;
}