faq

Create Section

post/api/faqs/sections

Request body

namestring required

Section name

positioninteger nullable

Sort position

Example request

{
  "name": "Generale",
  "position": 1
}

Response

Successful Response

idstring required

Section UUID

created_atstring date-time required

Section creation timestamp

namestring required

Section name

positioninteger nullable

Sort position

Example response

{
  "created_at": "2026-04-16T10:00:00Z",
  "id": "dfbe2671-1a53-4cc6-ae0a-f72f7eb0f960",
  "name": "Generale",
  "position": 1
}

Changes

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