---
title: "Update a partner"
method: PUT
path: "/v1/partner"
tags: ["Partner"]
---

# Update a partner

`PUT /v1/partner`

Updates a partner based on specified information (UpdatePartnerDto)

## Headers

- `Authorization` string

## Request body

- UpdatePartnerDto
  - `name` string
  - `email` string
  - `accountManagerEmail` string
  - `primaryAdmEmail` string
  - `state` string
  - `consortiumName` string
  - `externalId` string, required
  - `source` string — The source of the data example: salesforce
  - `team` 'west' | 'east' | 'midAmerica' | 'PM' | 'nonUS' — Team of the partner
  - `partnerIdentifier` string — Partner Identifier
  - `api` boolean — Flag indicating if this is an API partner
  - `utm_source` string — UTM source for API partners
  - `utm_medium` string — UTM medium for API partners
  - `insuranceProducts` string[]
  - `defaultInsuranceProduct` string

## Response `200`

The partner has been successfully updated.

- UpdatePartnerDto
  - `name` string
  - `email` string
  - `accountManagerEmail` string
  - `primaryAdmEmail` string
  - `state` string
  - `consortiumName` string
  - `externalId` string, required
  - `source` string — The source of the data example: salesforce
  - `team` 'west' | 'east' | 'midAmerica' | 'PM' | 'nonUS' — Team of the partner
  - `partnerIdentifier` string — Partner Identifier
  - `api` boolean — Flag indicating if this is an API partner
  - `utm_source` string — UTM source for API partners
  - `utm_medium` string — UTM medium for API partners
  - `insuranceProducts` string[]
  - `defaultInsuranceProduct` string

## Other responses

- `400` — Validation failed
- `401` — Unauthorized

## Changes

- **2026-07-09** `e95f3723e41f` — 2 breaking, 1 info
  - the `source` request property type changed from `object` to `string`
  - the `source` response's property type changed from `object` to `string` for status `200`
  - added the new optional `header` request parameter `Authorization`

[Change history](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/changes/v1/partner/put.md)

---

[API](https://skmtc.dev/withfaye/apis/faye-partner-sales-api.md) · [All operations](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/llms.txt) · [OpenAPI document](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/revisions/e95f3723e41f?raw)
