Attach a site page to a multi-language group
POST
/cms/v3/pages/site-pages/multi-language/attach-to-lang-group https://api.hubapi.com
Attach a site page to a multi-language group.
Request Body
application/json
required
The JSON representation of the AttachToLangPrimaryRequest object.
interface AttachToLangPrimaryRequestVNext1 {
id: string;
language: string;
primaryId: string;
primaryLanguage?: string;
}
id: string;
language: string;
primaryId: string;
primaryLanguage?: 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;
}