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
* The Delete entries and assets in bulk request allows you to delete multiple entries and assets at the same time.
226
+
* @memberof BulkOperation
227
+
* @func update
228
+
* @returns {Promise<String>} Success message
229
+
* @param {Boolean} updateBody - Set this with details specifing the content type UIDs, entry UIDs or asset UIDs, and locales of which the entries or assets you want to update.
230
+
* @example
231
+
* import * as contentstack from '@contentstack/management'
* @description The Query on Entry will allow to fetch details of all or specific Entry
294
-
* @memberof Entry
295
-
* @func query
296
-
* @param {Int} locale Enter the code of the language of which the entries need to be included. Only the entries published in this locale will be displayed.
297
-
* @param {Int} include_workflow Enter 'true' to include the workflow details of the entry.
298
-
* @param {Int} include_publish_details Enter 'true' to include the publish details of the entry.
299
-
* @param {Object} query Queries that you can use to fetch filtered results.
300
-
* @returns {Array<Entry>} Array of Entry.
301
-
*
302
-
* @example
303
-
* import * as contentstack from '@contentstack/management'
* @description The Query on Entry will allow to fetch details of all or specific Entry
294
+
* @memberof Entry
295
+
* @func query
296
+
* @param {Int} locale Enter the code of the language of which the entries need to be included. Only the entries published in this locale will be displayed.
297
+
* @param {Int} include_workflow Enter 'true' to include the workflow details of the entry.
298
+
* @param {Int} include_publish_details Enter 'true' to include the publish details of the entry.
299
+
* @param {Object} query Queries that you can use to fetch filtered results.
300
+
* @returns {Array<Entry>} Array of Entry.
301
+
*
302
+
* @example
303
+
* import * as contentstack from '@contentstack/management'
0 commit comments