Pular para o conteúdo principal

Create a new item

POST 

/items

Creates a new item.

Request

Body

required

    name string
    Example: New Item
    description string
    Example: Description of the new item

Responses

Item created successfully.

Schema

    id integer
    Example: 2
    name string
    Example: New Item
    description string
    Example: Description of the new item
Loading...