---
title: "Update a secondary currency"
method: PUT
path: "/api/v2/organizations/{orgSlug}/secondary-currencies/{secondaryCurrencyId}"
tags: ["Secondary Currencies"]
---

# Update a secondary currency

`PUT /api/v2/organizations/{orgSlug}/secondary-currencies/{secondaryCurrencyId}`

Update the secondary currency with id = {secondaryCurrencyId}. 

 Required scopes: `flex.settings.secondaryCurrencies.update`

## Path parameters

- `secondaryCurrencyId` string, required
- `orgSlug` string, required

## Request body

- UpdateSecondaryCurrencyDto
  - `exchangeRate` number — The exchange rate of the secondary currency.

## Response `200`

- SecondaryCurrencyResultDto
  - `_id` string — The _id of the secondary currency.
  - `code` string — The code of the secondary currency.
  - `exchangeRate` number — The exchange rate of the secondary currency.

---

[API](https://skmtc.net/officernd/apis/authentication-api.md) · [All operations](https://skmtc.net/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
