---
title: "Changes to Create an entry"
method: POST
path: "/entries"
---

# Changes to Create an entry

`POST /entries`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 50 revisions.

- **2021-08-08** `fdad7ffe4059` — 3 info
- **2021-08-08** `36db91c22909` — 1 info
- **2021-08-08** `faa932c519e7` — 3 breaking
- **2020-11-30** `5fa0143c38e1` — 1 info
- **2020-10-26** `0ea955a8beb1` — 3 info
- **2020-08-15** `ff081f133dc6` — 2 breaking
- **2020-08-13** `bca9ebb2d24a` — 4 breaking, 3 info
- **2020-08-13** `ddfd4e39c98d` — 4 breaking, 4 warning, 4 info

## Changes

- **2021-08-08** `fdad7ffe4059` — 3 info
  - the request property `allOf[#/components/schemas/NewEntry]/categories` became optional
  - the request property `allOf[#/components/schemas/NewEntry]/tags` became optional
  - the request property `allOf[subschema #2]/license` became optional
- **2021-08-08** `36db91c22909` — 1 info
  - the request property `allOf[#/components/schemas/NewEntry]/links` became optional
- **2021-08-08** `faa932c519e7` — 3 breaking
  - the request property `allOf[#/components/schemas/NewEntry]/categories` became required
  - the request property `allOf[#/components/schemas/NewEntry]/links` became required
  - the request property `allOf[#/components/schemas/NewEntry]/tags` became required
- **2020-11-30** `5fa0143c38e1` — 1 info
  - the endpoint scheme security `jwtAuth` was added to the API
- **2020-10-26** `0ea955a8beb1` — 3 info
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `captchaCookieAuth` was added to the API
  - the endpoint scheme security `userEmailCookieAuth` was added to the API
- **2020-08-15** `ff081f133dc6` — 2 breaking
  - added `#/components/schemas/PersonFullName` to the `allOf[#/components/schemas/NewEntry]/contact_name` request property `allOf` list
  - the `allOf[#/components/schemas/NewEntry]/contact_name` request property type/format changed from `string`/`` to ``/``
- **2020-08-13** `bca9ebb2d24a` — 4 breaking, 3 info
  - added `#/components/schemas/Email` to the `allOf[#/components/schemas/NewEntry]/email` request property `allOf` list
  - added `#/components/schemas/Phone` to the `allOf[#/components/schemas/NewEntry]/telephone` request property `allOf` list
  - the `allOf[#/components/schemas/NewEntry]/email` request property type/format changed from `string`/`` to ``/``
  - the `allOf[#/components/schemas/NewEntry]/telephone` request property type/format changed from `string`/`` to ``/``
  - added the new optional request property `allOf[#/components/schemas/NewEntry]/contact_name`
  - added the new optional request property `allOf[#/components/schemas/NewEntry]/founded_on`
  - the `allOf[#/components/schemas/NewEntry]/email` request property's minLength was decreased from `3` to `0`
- **2020-08-13** `ddfd4e39c98d` — 4 breaking, 4 warning, 4 info
  - the request property `allOf[subschema #2]/license` became required
  - the `allOf[#/components/schemas/NewEntry]/email` request property's minLength was increased from `0` to `3`
  - the `allOf[#/components/schemas/NewEntry]/email` request property type/format changed from ``/`` to `string`/``
  - the `allOf[#/components/schemas/NewEntry]/telephone` request property type/format changed from ``/`` to `string`/``
  - removed `#/components/schemas/Email` from the `allOf[#/components/schemas/NewEntry]/email` request property `allOf` list
  - removed `#/components/schemas/Phone` from the `allOf[#/components/schemas/NewEntry]/telephone` request property `allOf` list
  - removed the request property `allOf[#/components/schemas/NewEntry]/contact_name`
  - removed the request property `allOf[#/components/schemas/NewEntry]/founded_on`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - the endpoint scheme security `captchaCookieAuth` was removed from the API
  - the endpoint scheme security `jwtAuth` was removed from the API
  - the endpoint scheme security `userEmailCookieAuth` was removed from the API

---

[Operation](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/docs/entries/post.md) · [API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [Page](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/entries/post)
