Body
-
Minimum length is
1
. -
Minimum length is
1
.
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/faqs/{faqId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"question":"string","answer":"string"}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/faqs/{faqId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/faqs/{faqId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"question": "string",
"answer": "string"
}
{
"question": "string",
"answer": "string"
}
{
"question": "string",
"answer": "string"
}