---
title: "Changes to Create a new form"
method: POST
path: "/api/forms"
---

# Changes to Create a new form

`POST /api/forms`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 7 revisions.

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

## Changes

- **2025-11-21** `50eff5014b78` — 1 breaking, 9 info
  - removed the media type `application/problem+json` for the response with the status `400`
  - added the new optional request property `formDefinitionSchema`
  - added the new optional request property `webHookSettings`
  - added the new optional request property `webHookSettingsJson`
  - the request property `formDefinitionJsonData` became nullable
  - the request property `formDefinitionJsonData` became optional
  - request property `formDefinitionJsonData` deprecated
  - added the optional property `allOf[#/components/schemas/FormModel]/themeId` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/FormModel]/webHookSettings` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/FormModel]/webHookSettingsJson` to the response with the `201` status
- **2025-03-24** `fbc3fe6ecbf1` — 2 breaking, 6 warning, 2 info
  - the request property `formDefinitionJsonData` became not nullable
  - the request property `formDefinitionJsonData` became required
  - removed the request property `formDefinitionSchema`
  - removed the request property `webHookSettings`
  - removed the request property `webHookSettingsJson`
  - removed the optional property `allOf[#/components/schemas/FormModel]/themeId` from the response with the `201` status
  - removed the optional property `allOf[#/components/schemas/FormModel]/webHookSettings` from the response with the `201` status
  - removed the optional property `allOf[#/components/schemas/FormModel]/webHookSettingsJson` from the response with the `201` status
  - request property `formDefinitionJsonData` reactivated
  - 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/post.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/post)
