---
title: "Update tracker offer"
method: PUT
path: "/api/v1/offer/tracker/{tracker_offer_id}"
tags: ["User Offers"]
---

# Update tracker offer

`PUT /api/v1/offer/tracker/{tracker_offer_id}`

Update the weight of a tracker-offer association.

## Path parameters

- `tracker_offer_id` string, uuid, required

## Request body

- TrackerOfferUpdateDTO — DTO for updating tracker-offer association.
  - `weight` integer, nullable — Weight for random selection

## Response `200`

Successful Response

- TrackerOfferResponseDTO — DTO for tracker-offer association response.
  - `id` string, uuid, required
  - `trackerId` string, uuid, required
  - `offerId` string, uuid, required
  - `weight` integer, required
  - `offer` OfferResponseDTO — DTO for offer response.
    - `id` string, uuid, required
    - `name` string, nullable, required
    - `offerUrl` string, required
    - `data` object, nullable, required
    - `comment` string, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable, required
    - `userId` string, uuid, nullable, required
    - `owner` OwnerDTO
      - `ownerCompanyUserId` string, uuid, nullable
      - `email` string, email, required
      - `logoUrl` string, nullable

## 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)
