POST
/
marketing
/
v3
/
marketing-events
/
{appId}
/
settings
Anwendungseinstellungen aktualisieren
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>"
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubKostenlos
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

Die ID der Anwendung, für die die Einstellungen aktualisiert werden.

Body

application/json

Response

200
application/json

successful operation

The response is of type object.