---
title: "Updates a standup in the database with form data"
method: PATCH
path: "/v1/standups/{id}"
tags: ["standups"]
---

# Updates a standup in the database with form data

`PATCH /v1/standups/{id}`

## Path parameters

- `id` integer, required

## Request body

- Standup
  - `id` integer
  - `userId` string
  - `channel_id` string
  - `comment` string, text
  - `created` string
  - `modified` string
  - `message_ts` string
  - `team_id` string

## Response `200`

successful operation

- Standup
  - `id` integer
  - `userId` string
  - `channel_id` string
  - `comment` string, text
  - `created` string
  - `modified` string
  - `message_ts` string
  - `team_id` string

## Other responses

- `400` — Incorrect value for standuper id, must be integer or incorrect payload for standuper entity
- `401` — Missing/incorrect Bot Access Token or trying to access resource from another workspace
- `404` — Entity does not yet exist

---

[API](https://skmtc.net/maddevsio/apis/mad-devs-comedian.md) · [All operations](https://skmtc.net/maddevsio/apis/mad-devs-comedian/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maddevsio/mad-devs-comedian/revisions/1ccd9e49d97b/schema)
