CMS
日本語
cURL
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。メディアブリッジを使用する開発者アカウント内に複数のアプリを持つことが可能です。
新しいプロパティーグループを作成するオブジェクトタイプ。
successful operation