---
title: "PUT /offers/{offer_id}/switches/{switch_id}"
method: PUT
path: "/offers/{offer_id}/switches/{switch_id}"
tags: ["Offers"]
---

# PUT /offers/{offer_id}/switches/{switch_id}

`PUT /offers/{offer_id}/switches/{switch_id}`

## Path parameters

- `offer_id` string, required
- `switch_id` string, required

## Request body

- OffersSwitchUpdate
  - `type` 'upgrade' | 'downgrade' | 'eos' | 'change' | 'trial'
  - `preset` OffersIdWrite
    - `id` string, required

## Response `200`

- OffersSwitchUpdate
  - `type` 'upgrade' | 'downgrade' | 'eos' | 'change' | 'trial'
  - `preset` OffersIdWrite
    - `id` string, required

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
