/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
Category
Creates a category
post
/category
Request body
CategoryDTO
required
id
integer
name
string
parentCategory
integer
subCategories
integer[]
Response
Category has been successfully created
CategoryDTO
required
id
integer
name
string
parentCategory
integer
subCategories
integer[]