faq

Update Faq

patch/api/faqs/by-id/{faq_id}

Path parameters

faq_idstring required

Request body

titlestring nullable

FAQ title

textstring nullable

FAQ content

section_idstring nullable

Section UUID

positioninteger nullable

Sort position in section

Example request

{
  "position": 2,
  "title": "Nuovo titolo"
}

Response

Successful Response

integer required

Changes

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