---
title: "Update an invoice"
method: PUT
path: "/v1/workspaces/{workspaceId}/invoices/{invoiceId}"
tags: ["Invoice"]
---

# Update an invoice

`PUT /v1/workspaces/{workspaceId}/invoices/{invoiceId}`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `invoiceId` string, required — Represents an invoice identifier across the system.

## Request body

- UpdateInvoiceRequestV1 — unresolved $ref

## Response `200`

OK

- InvoiceOverviewDtoV1 — unresolved $ref

## Changes

- **2026-08-20** `a5b636acbcd8` — 24 info
  - the `clientId` request property default value `` was added
  - the `companyId` request property default value `` was added
  - the `currency` request property default value `` was added
  - the `note` request property default value `` was added
  - …20 more

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/invoices/:invoiceId/put.md)

---

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