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

# 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

---

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