---
title: "PUT /workspaces/updates/{reference}"
method: PUT
path: "/workspaces/updates/{reference}"
tags: ["updates"]
---

# PUT /workspaces/updates/{reference}

`PUT /workspaces/updates/{reference}`

Update a specific update

## Path parameters

- `reference` string, required

## Request body

- ServerContentUpdateRequest
  - `title` string, required
  - `update` MalakBlock[], required
    - `children` MalakBlock[]
    - `content` unknown
    - `id` string
    - `props` object
    - `type` string

## Response `200`

OK

- ServerAPIStatus
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/versions/3dff99ea5963/schema)
