---
title: "POST /workspaces/updates"
method: POST
path: "/workspaces/updates"
tags: ["updates"]
---

# POST /workspaces/updates

`POST /workspaces/updates`

Create a new update

## Request body

- ServerCreateUpdateContent
  - `template` object
    - `is_system_template` boolean
    - `reference` string
  - `title` string, required

## Response `200`

OK

- ServerCreatedUpdateResponse
  - `message` string, required
  - `update` MalakUpdate, required
    - `content` MalakBlock[]
      - `children` MalakBlock[]
      - `content` unknown
      - `id` string
      - `props` object
      - `type` string
    - `created_at` string
    - `created_by` string
    - `id` string
    - `is_pinned` boolean — If this update is pinned
    - `metadata` MalakUpdateMetadata
    - `reference` string
    - `sent_at` string
    - `sent_by` string
    - `status` 'draft' | 'sent'
    - `title` string
    - `updated_at` string
    - `workspace_id` string

## 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)
