---
title: "Updates an agency"
method: PUT
path: "/v1/Agencies/{agencyId}"
tags: ["Agencies"]
---

# Updates an agency

`PUT /v1/Agencies/{agencyId}`

## Path parameters

- `agencyId` integer, required

## Request body

- AdaptekApiApplicationAgenciesCommandsUpdateAgencyUpdateAgencyCommand
  - `agencyId` integer
  - `isActive` boolean, nullable — NOTE: If this property is null the active status will not be updated
  - `name` string, nullable
  - `contactPhone` string, nullable
  - `contactEmail` string, nullable
  - `agencyWebSite` string, nullable

## Response `200`

Updated agency successfully

- string

## Other responses

- `404` — The agency was not found

---

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