Vai al contenuto principale
POST
Create Category

Autorizzazioni

Authorization
string
header
obbligatorio

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corpo

application/json
name
string
obbligatorio
slug
string
obbligatorio
name_i18n
Name I18N · object | null
description
string | null
description_i18n
Description I18N · object | null
image_url
string | null
parent_id
string<uuid> | null
position
integer
predefinito:0
is_active
boolean
predefinito:true

Risposta

Successful Response

data
CategoryOut · object | null
meta
PaginationMeta · object | null
error
string | null
error_code
string | null