---
title: "Changes to Create project"
method: POST
path: "/project"
---

# Changes to Create project

`POST /project`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 23 revisions.

- **2026-08-24** `08bbb5bedb5d` — 1 breaking, 5 info
- **2026-07-11** `32cece1ebe43` — 2 breaking, 1 info
- **2026-03-05** `c45ef22a736c` — 3 breaking, 3 info
- **2026-03-04** `298877d6a79a` — 3 breaking
- **2026-02-21** `4b8811b821e6` — 3 breaking, 3 info
- **2025-12-11** `93b231773126` — 1 breaking, 8 info

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 breaking, 5 info
  - the `archivedAt` response's property type/format changed from ``/`` to `string, null`/`date-time` for status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the required property `lastTaskNumber` to the response with the `200` status
  - added the required property `position` to the response with the `200` status
- **2026-07-11** `32cece1ebe43` — 2 breaking, 1 info
  - request body became required
  - the `createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - added the required property `archivedAt` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 3 breaking, 3 info
  - the response property `description` became nullable for the status `200`
  - the response property `icon` became nullable for the status `200`
  - the response property `isPublic` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `icon` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `isPublic` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 3 breaking
  - response property `description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `icon` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isPublic` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-02-21** `4b8811b821e6` — 3 breaking, 3 info
  - the response property `description` became nullable for the status `200`
  - the response property `icon` became nullable for the status `200`
  - the response property `isPublic` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `icon` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `isPublic` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2025-12-11** `93b231773126` — 1 breaking, 8 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `description` to the response with the `200` status
  - added the required property `icon` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `isPublic` to the response with the `200` status
  - added the required property `name` to the response with the `200` status
  - added the required property `slug` to the response with the `200` status
  - added the required property `workspaceId` to the response with the `200` status

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/project/post.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/project/post)
