---
title: "Update Geo-Targeting"
method: PUT
path: "/v1/flight/{FlightID}/geotargeting/{LocationID}"
---

# Update Geo-Targeting

`PUT /v1/flight/{FlightID}/geotargeting/{LocationID}`

## Path parameters

- `FlightID` integer, required
- `LocationID` integer, required

## Request body

- object
  - `CountryCode` string — The 2-3 character string that denotes the country you want to target
  - `Region` string — The 2-3 character string that denotes the region (or state) that you want to target
  - `MetroCode` integer — The 3 digit number that denotes the metropolitan area you want to target. US only.
  - `isExclude` boolean — If `true`, this will exclude the country from targeting. Defaults to `false/null`

## Response `200`

200

- object
  - `LocationId` integer
  - `FlightId` integer
  - `CountryCode` string
  - `Region` string
  - `MetroCode` integer
  - `IsExclude` boolean

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/revisions/0ca55f45aa7d/schema)
