v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
faq

Create a new FAQ

Creates a new FAQ entry.

post/faq

Request body

questionstring
answerstring
categorystring

Response

FAQ created 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": 201
}