---
title: "Update a Vendor"
method: PUT
path: "/v1/vendors/{id}"
tags: ["external-vendors"]
---

# Update a Vendor

`PUT /v1/vendors/{id}`

Updates a Vendor for a company in Pleo.

## Path parameters

- `id` string, uuid, required — Pleo's internal identifier of the vendor.

## Response `200`

Vendor updated

## Other responses

- `400` — Invalid vendor update request
- `404` — Vendor not found
- `409` — Conflicting vendor update

---

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