---
title: "Changes to Update a form"
method: PUT
path: "/api/forms/{formId}"
---

# Changes to Update a form

`PUT /api/forms/{formId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 7 revisions.

- **2025-11-21** `50eff5014b78` — 1 breaking, 4 info
- **2025-03-24** `fbc3fe6ecbf1` — 4 warning, 1 info

## Changes

- **2025-11-21** `50eff5014b78` — 1 breaking, 4 info
  - removed the media type `application/problem+json` for the response with the status `400`
  - added the new optional request property `webHookSettingsJson`
  - added the optional property `allOf[#/components/schemas/FormModel]/themeId` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/FormModel]/webHookSettings` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/FormModel]/webHookSettingsJson` to the response with the `200` status
- **2025-03-24** `fbc3fe6ecbf1` — 4 warning, 1 info
  - 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
  - removed the optional property `allOf[#/components/schemas/FormModel]/webHookSettingsJson` from the response with the `200` status
  - added the media type `application/problem+json` for the response with the status `400`

---

[Operation](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/docs/api/forms/:formId/put.md) · [API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [Page](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/forms/:formId/put)
