v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
faq

Update an FAQ

Updates an existing FAQ.

put/faq/{faqId}

Path parameters

faqIdstring uuid required

ID of the FAQ to update

Request body

questionstring
answerstring
categorystring

Response

FAQ updated successfully

statusstring
status_codeinteger

The HTTP status code. Usually 200 , 201, 204 etc

messagestring

A basic message describing a request was processed successfully. example: "Successfully"

Example response

{
  "status": "success",
  "status_code": 200
}