/
PA
packtpublishing
/
Items CRUD API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
2026-07-17
5
2
2.6 KB
Get all items
get
/api/items
Response
A list of items
Item[]
required
id
integer
required
name
string
required
Example response
[ { "id": 1, "name": "Example Item" } ]
All 5 operations
get
Get all items
post
Create an item
get
Get an item by ID
put
Update an existing item
delete
Delete an item