---
title: "Update a guestlist"
method: PUT
path: "/4.0/guestlists/{guestlist_id}"
tags: ["Guest Lists"]
---

# Update a guestlist

`PUT /4.0/guestlists/{guestlist_id}`

## Path parameters

- `guestlist_id` string, required

## Request body

- GuestlistsGuestListService
  - `id` string, required — id of guestlists
  - `session_id` string — session_id of guestlists
  - `event_id` string, required — event_id
  - `name` string, required — name
  - `deleted` integer — name

## Response `200`

success, guestlist updated

## Other responses

- `410` — requested guestlist is deleted

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/revisions/221c9d836cf0/schema)
