POST /self/{shopId}/faqs
Path parameters
-
shopId
integer(int32) Required
POST
/self/{shopId}/faqs
curl \
-X POST https://dev.sellpass.io/self/{shopId}/faqs \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"question":"string","answer":"string"}'
Request example
{
"question": "string",
"answer": "string"
}
Request examples
{
"question": "string",
"answer": "string"
}