---
title: "Update order"
method: PATCH
path: "/api/v1/orders/1"
tags: ["Orders"]
---

# Update order

`PATCH /api/v1/orders/1`

Update order

## Request body

- object
  - `data` object
    - `attributes` object
      - `notes` string
    - `id` string
    - `type` string

## Response `200`

---

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