Updates a data collection.
A collection ID, revision number, permissions, and at least 1 field must be provided within the collection
body parameter.
If a collection with that ID exists, and if its current revision
number matches the one provided, it's updated.
Otherwise, the request fails.
When a collection is updated, its updatedDate
property is changed to the current date and its revision
property is incremented.
To update a single field, use the Update Data Collection Field method.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.