Kategorie

Tworzy nową kategorię

Tworzy nową kategorię

post/categories

Request body

idinteger

Identyfikator kategorii

parentinteger

Identyfikator kategorii - rodzica

statusinteger

Status aktywności (0/1)

Example request

{
  "datacells": [
    {
      "datacell_id": 4,
      "language_id": 2,
      "text": "Treść"
    }
  ],
  "id": 22,
  "languages": [
    {
      "language_id": 2,
      "title": "Bluzki"
    }
  ],
  "parent": 3,
  "status": 1
}

Response

Sukces

idinteger

Example response

{
  "id": 1
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.