---
title: "Partially update a form"
method: PATCH
path: "/api/forms/{formId}"
tags: ["Forms"]
---

# Partially update a form

`PATCH /api/forms/{formId}`

Partially updates a form.

## Path parameters

- `formId` integer, required

## Request body

- PartialUpdateFormRequest — Request model for partially updating a form.
  - `name` string, nullable — The name of the form.
  - `description` string, nullable — The description of the form.
  - `isEnabled` boolean, nullable — Indicates if the form is enabled.

## Response `200`

Form updated successfully.

- PartialUpdateFormResponse — Response model for partially updating a form.
  - `id` string, nullable — The ID of the form.
  - `name` string, nullable — The name of the form.
  - `description` string, nullable — The description of the form.
  - `isEnabled` boolean — Indicates if the form is enabled.
  - `createdAt` string, date-time — The date and time when the form was created.
  - `modifiedAt` string, date-time, nullable — The date and time when the form was last modified.
  - `submissionsCount` integer, nullable — The total number of submissions for the form

## Other responses

- `400` — Invalid input data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Form not found.

## Changes

- **2025-03-24** `fbc3fe6ecbf1` — 5 warning, 1 info
  - removed the request property `themeId`
  - removed the request property `webHookSettingsJson`
  - removed the optional property `allOf[#/components/schemas/FormModel]/themeId` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/FormModel]/webHookSettings` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/forms/:formId/patch.md)

---

[API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [All operations](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endatix/endatix-platform-rest-api/revisions/fbc3fe6ecbf1/schema)
