---
title: "Update partner name."
method: PATCH
path: "/partners/update"
tags: ["Partner"]
---

# Update partner name.

`PATCH /partners/update`

Allows a moderator to update partner's full name and status.

## Request body

- object
  - `partnerNameId` string, uuid, required — Id of the partner to be updated.
  - `status` string — Current status of the partner to be updated.
  - `userId` string, uuid, required — Id of the account to do the update.
  - `fullName` string — Name of the partner to be updated.

## Response `200`

The partner was updated successfully. The response includes the updated partner name.

- object
  - `partnerNameId` string, uuid — The unique identifier of the partner.
  - `userId` string, uuid — The unique identifier of the user making the changes.
  - `fullName` string, string — The new name of the partner.
  - `status` string, string — The status of the partner.

## Other responses

- `400` — Validation error. This can occur if the request body does not match the expected format.
- `500` — Internal server error.

---

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