curl --request POST \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
'{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}指定したオブジェクトタイプの新しいプロパティーグループを作成します。
curl --request POST \
--url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
'{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}メディアブリッジアプリのappId。メディアブリッジを使用する開発者アカウント内に複数のアプリを持つことが可能です。
新しいプロパティーグループを作成するオブジェクトタイプ。