Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params application/jsonRequired
{
"question": "string",
"answer": "string",
"questionGerman": "string",
"answerGerman": "string"
}
Request Code Samples
curl --location --request POST '/focus-pilot/api/v1/admin/faqs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "string",
"answer": "string",
"questionGerman": "string",
"answerGerman": "string"
}'
Responses
This response does not have a body.
Modified at 2026-01-22 08:48:06