PUT /self/{shopId}/faqs/{faqId}

PUT /self/{shopId}/faqs/{faqId}

Path parameters

Body

  • question string Required

    Minimum length is 1.

  • answer string Required

    Minimum length is 1.

Body

  • question string Required

    Minimum length is 1.

  • answer string Required

    Minimum length is 1.

Body

  • question string Required

    Minimum length is 1.

  • answer string Required

    Minimum length is 1.

PUT /self/{shopId}/faqs/{faqId}
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"
Request examples
{
  "question": "string",
  "answer": "string"
}
Request examples
{
  "question": "string",
  "answer": "string"
}
Request examples
{
  "question": "string",
  "answer": "string"
}