Update languages of multi-language group
POST
/cms/v3/pages/site-pages/multi-language/update-languages https://api.hubapi.com
Explicitly set new languages for each site page in a multi-language group.
Request Body
application/json
required
The JSON representation of the UpdateLanguagesRequest object.
interface UpdateLanguagesRequestVNext {
languages: { };
primaryId: string;
}
languages: { };
primaryId: string;
}
Responses
200
successful operation
unknown
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}