POST
/
marketing
/
v3
/
marketing-events
/
{appId}
/
settings
Mettre à jour les paramètres de l'application
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>"
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubGratuit
Service HubService HubGratuit
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

L'identifiant de l'application pour mettre à jour les paramètres.

Body

application/json

Response

200
application/json

successful operation

The response is of type object.