---
title: "Update"
method: PATCH
path: "/billing_new/invoices/update/v1/{invoice_id}"
tags: ["/billing_new", "/billing_new/invoices"]
---

# Update

`PATCH /billing_new/invoices/update/v1/{invoice_id}`

Updates the name or description of a draft invoice owned by the caller's organization. | authz: allowed_org_types=[provider], min_org_role=operator | (InvoiceClientUpdate1) -> (bool)

## Path parameters

- `invoice_id` string, required

## Request body

- InvoiceClientUpdate1
  - `name` string, nullable
  - `description` string, nullable
  - `name__set_to_None` boolean
  - `description__set_to_None` boolean

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-21** `9a30893d8db1` — 1 info
  - api tag `/billing_new/invoices` added

[Change history](https://skmtc.dev/chrt/apis/chrt-fastapi/changes/billing_new/invoices/update/v1/:invoice_id/patch.md)

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/9a30893d8db1?raw)
