PATCH

Update Messages


Updates draft form messages, as displayed in the Wix UI before, during, and after the registration flow. Configurable messages include form titles, response labels, "thank you" messages, and call-to-action texts.

Authentication

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

Permissions
Manage Events - all permissions
Manage Events
Manage Events
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/events/v1/events/{eventId}/form/messages

Path Params
eventIdstringRequired

Event ID.

Body Params
fieldsFieldsRequired

Set of field paths, specifying which parts of this resource to update. When fields are empty, request is interpreted as full update. Behavior follows google.protobuf.FieldMask semantics.


messagesMessages

Set of configured form messages.

Response Object
formForm

Modified draft event form.

Update Messages 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?