---
title: "Update quote by ID"
method: PUT
path: "/v2/quotes/{quoteId}"
tags: ["Quotes"]
---

# Update quote by ID

`PUT /v2/quotes/{quoteId}`

Updates the details of an existing quote.

## Path parameters

- `quoteId` string, uuid, required

## Request body

- UpdateQuotePayload
  - `expiresOn` string, date-time, required
  - `introMessage` string, required
  - `published` boolean, required
  - `status` 'draft' | 'assigned' | 'sent' | 'closed' | 'declined' | 'accepted' | 'changes_requested' | 'expired' | 'pending', required
  - `termsAndDisclaimers` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Authorization Error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
