---
title: "Changes to CreateShelf"
method: POST
path: "/v1/shelves"
---

# Changes to CreateShelf

`POST /v1/shelves`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 12 revisions.

- **2022-04-11** (v1) `ac9d37cae0e0` — 2 breaking
- **2022-02-23** (v1) `639a4ec995ca` — 1 breaking, 1 info
- **2022-01-12** (v1) `00e696b6b84a` — 1 breaking, 1 info
- **2022-01-11** (v1) `2a0f5e3b8734` — 1 info
- **2022-01-11** (v1) `0dea6034d969` — 1 info
- **2021-12-09** (v1) `1f7e8ced5369` — 3 breaking, 3 info

## Changes

- **2022-04-11** (v1) `ac9d37cae0e0` — 2 breaking
  - the request's body type/format changed from ``/`` to `object`/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
- **2022-02-23** (v1) `639a4ec995ca` — 1 breaking, 1 info
  - the request property `name` became required
  - the response property `name` became required for the status `200`
- **2022-01-12** (v1) `00e696b6b84a` — 1 breaking, 1 info
  - added the pattern `^shelves/[a-z2-7]{26}$` to the request property `name`
  - the `name` response's property pattern `^shelves/[a-z2-7]{26}$` was added for the status `200`
- **2022-01-11** (v1) `2a0f5e3b8734` — 1 info
  - api operation id `CreateShelf` removed and replaced with `LibraryService_CreateShelf`
- **2022-01-11** (v1) `0dea6034d969` — 1 info
  - api operation id `LibraryService_CreateShelf` removed and replaced with `CreateShelf`
- **2021-12-09** (v1) `1f7e8ced5369` — 3 breaking, 3 info
  - the request's body type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - the response property `name` became optional for the status `200`
  - the request property `name` became optional
  - removed the pattern `^shelves/[a-z2-7]{26}$` from the request property `name`
  - the `name` response's property pattern `^shelves/[a-z2-7]{26}$` was removed for the status `200`

---

[Operation](https://skmtc.dev/kollalabs/apis/libraryservice-api/docs/v1/shelves/post.md) · [API](https://skmtc.dev/kollalabs/apis/libraryservice-api.md) · [Page](https://skmtc.dev/kollalabs/apis/libraryservice-api/changes/v1/shelves/post)
