---
title: "Changes to Create a new event"
method: POST
path: "/events"
---

# Changes to Create a new event

`POST /events`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 50 revisions.

- **2020-08-13** `b2a47c048e83` — 6 breaking, 1 info
- **2020-08-13** `bca9ebb2d24a` — 4 breaking, 1 info
- **2020-08-13** `ddfd4e39c98d` — 3 breaking, 5 warning, 3 info

## Changes

- **2020-08-13** `b2a47c048e83` — 6 breaking, 1 info
  - added `#/components/schemas/UnixTime` to the `end` request property `allOf` list
  - added `#/components/schemas/UnixTime` to the `start` request property `allOf` list
  - added `#/components/schemas/UnixTimeMillis` to the `created_at` request property `allOf` list
  - removed `#/components/schemas/UnixTime` from the `end` request property `oneOf` list
  - removed `#/components/schemas/UnixTime` from the `start` request property `oneOf` list
  - the `created_at` request property type/format changed from `integer`/`int64` to ``/``
  - the request optional property `created_at` became not read-only
- **2020-08-13** `bca9ebb2d24a` — 4 breaking, 1 info
  - added `#/components/schemas/Email` to the `email` request property `allOf` list
  - added `#/components/schemas/Phone` to the `telephone` request property `allOf` list
  - the `email` request property type/format changed from `string`/`` to ``/``
  - the `telephone` request property type/format changed from `string`/`` to ``/``
  - the `email` request property's minLength was decreased from `3` to `0`
- **2020-08-13** `ddfd4e39c98d` — 3 breaking, 5 warning, 3 info
  - the `email` request property's minLength was increased from `0` to `3`
  - the `email` request property type/format changed from ``/`` to `string`/``
  - the `telephone` request property type/format changed from ``/`` to `string`/``
  - removed `#/components/schemas/Email` from the `email` request property `allOf` list
  - removed `#/components/schemas/Phone` from the `telephone` request property `allOf` list
  - removed `#/components/schemas/UnixTime` from the `end` request property `allOf` list
  - removed `#/components/schemas/UnixTime` from the `start` request property `allOf` list
  - removed `#/components/schemas/UnixTimeMillis` from the `created_at` request property `allOf` list
  - the request optional property `created_at` became read-only
  - added `#/components/schemas/UnixTime` to the `end` request property `oneOf` list
  - added `#/components/schemas/UnixTime` to the `start` request property `oneOf` list

---

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