Ciele

Add one FAQ

POST/api/v1/collections/{id}/faqs

Requires an Organization API key with the edit capability. Supply an Idempotency-Key when retrying the same request.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Header Parameters

Idempotency-Key?string

Reuse the same value only when retrying the same logical operation.

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"  }}