PUT

Update Question


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Update an existing question entry. Replaces the previous version.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage FAQ
Learn more about app permissions.
Endpoint
PUT
https://www.wixapis.com/faq/v1/question-entries/{questionEntry.id}

Path Params
questionEntry.idstringRequired

FIXME auto-derive field with id

Body Params
questionEntryQuestionEntry

Question entry to update.

Response Object
questionEntryQuestionEntry

Updated question entry.

Update Question Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?