We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fbea5 commit 06881d3Copy full SHA for 06881d3
src/Webflow.js
@@ -208,7 +208,7 @@ export default class Webflow {
208
return this.delete(`/collections/${collectionId}/items/${itemId}`, query);
209
}
210
211
- patchItem({ collectionId, itemId, ...data }, query = {}){
+ patchItem({ collectionId, itemId, ...data }, query = {}) {
212
if (!collectionId) return Promise.reject(buildRequiredArgError('collectionId'));
213
if (!itemId) return Promise.reject(buildRequiredArgError('itemId'));
214
0 commit comments