マーケティング
Deutsch
cURL
curl --request POST \ --url https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings \ --header 'Content-Type: application/json' \ --data '{ "eventDetailsUrl": "<string>" }'
{ "appId": 123, "eventDetailsUrl": "<string>" }
アプリケーションの現在の設定を作成または更新します。
設定を更新するアプリケーションのID。
successful operation
The response is of type object.
object