This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates multiple question entries' statuses.
You can only call this method when authenticated as a Wix app or Wix user identity.
List of question entry IDs to change status for.
Updated status of question entries.
List of failed question entry IDs that should be retried.
Updates the status of a question entry. Replaces previous status
curl --request POST \
--url https://www.wixapis.com/faq/v1/questions/update-status \
--header 'Authorization: <AUTH>' \
--header 'Content-Type: application/json' \
--data '{
"question_ids": ["9702ca34-e415-48e2-9c51-f6949503a45a", "c166ddb4-a9b4-444b-8ef0-5960d2ca1a1c"],
"status": "HIDDEN"
}'
{
"failures": []
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.