Set a new primary language
PUT
/cms/v3/blogs/posts/multi-language/set-new-lang-primary https://api.hubapi.com
Set the primary language of a multi-language group to the language of the provided post (specified as an ID in the request body)
Request Body
application/json
required
The JSON representation of the SetNewLanguagePrimaryRequest object.
interface SetNewLanguagePrimaryRequestVNext {
id: string;
}
id: string;
}
Responses
204
No content
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;
}