Search + K

Command Palette

Search for a command to run...

Sign In

Attach a Blog Tag to a multi-language group

POST /cms/v3/blogs/tags/multi-language/attach-to-lang-group
Copy endpoint
https://api.hubapi.com

Attach a Blog Tag to a multi-language group.

Request Body

application/json required

The JSON representation of the AttachToLangPrimaryRequest object.

interface AttachToLangPrimaryRequestVNext {
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
interface ErrorDetail {
code?: string;
context?: { };
in?: string;
message: string;
subCategory?: string;
}
[]
;
links?: { };
message: string;
subCategory?: string;
}