---
title: "Update the application settings"
method: POST
path: "/marketing/v3/marketing-events/{appId}/settings"
tags: ["Settings"]
---

# Update the application settings

`POST /marketing/v3/marketing-events/{appId}/settings`

Create or update the current settings for the application.

## Path parameters

- `appId` integer, required

## Request body

- EventDetailSettingsUrl
  - `eventDetailsUrl` string, required — The url that will be used to fetch marketing event details by id. Must contain a `%s` character sequence that will be substituted with the event id. For example: `https://my.event.app/events/%s`

## Response `200`

successful operation

- EventDetailSettings
  - `appId` integer, required — The id of the application the settings are for
  - `eventDetailsUrl` string, required — The url that will be used to fetch marketing event details by id

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/marketing-marketing-events.md) · [All operations](https://skmtc.net/hubspot/apis/marketing-marketing-events/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/marketing-marketing-events/revisions/e1f0e463c8c3/schema)
