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

# Updates a standuper in the database with form data

`PATCH /standupers/{id}`

## Path parameters

- `id` integer, required

## Response `200`

successful operation

- Standuper
  - `id` integer
  - `userId` string
  - `channel_id` string
  - `submitted_standup_today` boolean
  - `created` string
  - `role_in_channel` string

## Other responses

- `404` — Standuper not found
- `406` — Invalid input

## Changes

- **2019-03-23** `6178380be8a6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maddevsio/apis/mad-devs-comedian/changes/standupers/:id/patch.md)

---

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