---
title: "POST /api/v1/items"
method: POST
path: "/api/v1/items"
---

# POST /api/v1/items

`POST /api/v1/items`

## Request body

- object
  - `name` string, required

## Response `200`

Item

- object
  - `id` string, required
  - `type` 'ITEM_TYPE_UNSPECIFIED' | 'ITEM_TYPE_BASIC', required
  - `name` string, required

## Changes

- **2023-05-07** `cc660ba01149` — 1 info
  - added the required property `type` to the response with the `200` status
- **2023-05-07** `e7070ead1fbb` — 3 breaking, 14 warning, 1 info
  - the `id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `type` from the response with the `200` status
  - removed the optional property `mapWithInt32` from the response with the `200` status
  - …14 more

[Change history](https://skmtc.dev/ogen-go/apis/generated-openapi-specification-from-proto-file/changes/api/v1/items/post.md)

---

[API](https://skmtc.dev/ogen-go/apis/generated-openapi-specification-from-proto-file.md) · [All operations](https://skmtc.dev/ogen-go/apis/generated-openapi-specification-from-proto-file/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ogen-go/generated-openapi-specification-from-proto-file/revisions/cc660ba01149/schema)
