PUT /self/{shopId}/faqs/{faqId}
Body
-
Minimum length is
1
. -
Minimum length is
1
.
PUT /self/{shopId}/faqs/{faqId}
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/faqs/{faqId} \
-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"
}