---
title: "Update Tracker 📡"
method: PATCH
path: "/api/v1/tracker/{tracker_id}"
tags: ["Tracker (Stream)"]
---

# Update Tracker 📡

`PATCH /api/v1/tracker/{tracker_id}`

Update a tracker for an application

## Path parameters

- `tracker_id` string, uuid, required

## Request body

- TrackerUpdateDTO
  - `pwas` WeightedPWADTO[], nullable
    - `pwaId` string, uuid, required
    - `deviceType` 'IOS' | 'ANDROID' | 'PWA' | 'APK', required
    - `weight` integer, required — Probability weight for this pwa
  - `applications` WeightedApplicationDTO[], nullable
    - `applicationId` string, uuid, required
    - `deviceType` 'IOS' | 'ANDROID' | 'PWA' | 'APK', required
    - `weight` integer, required — Probability weight for this application
  - `name` string, nullable
  - `whitePageUrl` string, nullable
  - `offers` WeightedOfferDTO[], nullable
    - `offerId` string, uuid, required — ID of the offer
    - `weight` integer, required — Probability weight for this offer
  - `cloakingType` 'MODERATION' | 'ACTIVE' | 'INACTIVE'
  - `pixelsId` string[], nullable
  - `comment` string, nullable
  - `preLandings` WeightedLandingDTO[], nullable
    - `landingId` string, uuid, required — ID of the landing
    - `weight` integer, required — Probability weight for this landing
  - `postLandings` WeightedLandingDTO[], nullable
    - `landingId` string, uuid, required — ID of the landing
    - `weight` integer, required — Probability weight for this landing
  - `geoList` string[], nullable — Geo cloaking

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
