You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates an existing collection, given a collection identifier and a CollectionDTO including the updated collection data.
*
* @param {number | string} [collectionIdOrAlias] - A generic collection identifier, which can be either a string (for queries by CollectionAlias), or a number (for queries by CollectionId)
* @param {CollectionDTO} [newCollection] - CollectionDTO object including the updated collection data.
* @returns {Promise<void>} -This method does not return anything upon successful completion.
* @throws {WriteError} - If there are errors while writing data.