Skip to main content
POST
Create story category

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Body

name
string
required

name of story category

Required string length: 1 - 100
description
string
required

description of the category

Minimum string length: 1

Response

201 - application/json
id
string<uuid>
required
read-only
name
string
required

name of story category

Maximum string length: 100
description
string
required

description of the category

created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only