Wissen
Add one FAQ
POST
/api/v1/collections/{id}/faqsErfordert einen API-Schlüssel der Organisation mit der Berechtigung „edit“. Geben Sie einen Idempotency-Key an, wenn Sie dieselbe Anfrage erneut versuchen.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Header Parameters
Idempotency-Key?string
Verwenden Sie denselben Wert nur dann erneut, wenn Sie dieselbe logische Operation wiederholen.
Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/collections/string/faqs" \ -H "Content-Type: application/json" \ -d '{ "collectionId": "string", "question": "string", "answer": "string" }'{ "id": "string", "question": "string", "answer": "string", "path": "string"}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}