---
title: "Rename a supplier"
method: PATCH
path: "/suppliers/{supplierId}"
tags: ["Suppliers"]
---

# Rename a supplier

`PATCH /suppliers/{supplierId}`

## Path parameters

- `supplierId` string, required

## Request body

- UpdateSupplierRequest
  - `name` string, required

## Response `200`

Supplier updated

- SupplierResponse
  - `data` Supplier, required
    - `name` string, required
    - `supplierId` string, required
  - `meta` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.dev/greentally/apis/esgai-api.md) · [All operations](https://skmtc.dev/greentally/apis/esgai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greentally/esgai-api/revisions/09945036a28b/schema)
