PATCH

Update Intake Form


Developer Preview

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

Updates an intake form.

Each time the intake form is updated, revision increments by 1. The current revision must be passed when updating the intake form. This ensures you're working with the latest intake form and prevents unintended overwrites.

Only the fields included in fieldMask.paths are updated. To share the form with a client, add their email address to clientEmails. Adding the first email stamps publishDate; removing all emails clears it.

To update multiple intake forms in a single request, call Bulk Update Intake Forms.

Authentication

You can only call this method when authenticated as a Wix user or by using an account level API key.

Permissions
SCOPE.PARTNERS.CONTENT-COLLECTOR
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/partners/content-collector/v1/intake-forms/{intakeForm.id}

Errors

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

Did this help?