---
title: "Update a guest form"
method: PUT
path: "/v1/Guests/{guest_id}/Forms"
---

# Update a guest form

`PUT /v1/Guests/{guest_id}/Forms`

This API helps you to update the details of a V2 guest form for the specified guest. You must specify the unique identifier of the guest as `guest_id` in the API request.Note: Retrieving uploaded files, signatures and annoations are not supported.

## Path parameters

- `guest_id` string, required

## Request body

- object
  - `form_id` string — Unique identifier of the form.
  - `is_required_filled` boolean — Denotes if the required fields are filled or not. True - means the required fields are filled. False - means the required fields are not filled.
  - `is_reviewed` string — Denotes if the form is reviewed. True - means the form is reviewed. False - means the form is not reviewed.
  - `is_form_submitted` string — Denotes if the form is submitted or not. True - means the form is submitted. False - means the form is not submitted.
  - `tag_id` string — Unique identifier of the tag in the form.
  - `Source` string — Source where the form is saved.

## Response `200`

200

- union
  - object
    - `success` boolean
  - object
    - `Success` boolean

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
