POST

Patch Data Collection Field


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 specified properties in a data collection's fields array.

Only updates the properties specified in the request, all other properties remain unchanged. The following properties can be updated with this method: displayName, type, typeMetadata, encrypted, description. If attempting to update key or other unsupported properties, this operation fails.

To update properties in a data collection other than fields, use Patch Data Collection.

Authentication

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

Permissions
Manage Data Collections
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/wix-data/v2/collections/{dataCollectionId}/patch-field

Errors

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

Did this help?