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
Copy file name to clipboardExpand all lines: lib/stack/bulkOperation/index.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ export function BulkOperation (http, data = {}) {
17
17
* @param {Boolean} params.skip_workflow_stage_check Set this to 'true' to publish the entries that are at a workflow stage where they satisfy the applied publish rules.
18
18
* @param {Boolean} params.approvals Set this to 'true' to publish the entries that do not require an approval to be published.
19
19
* @example
20
-
* import * as contentstack from 'contentstack'
20
+
* import * as contentstack from '@contentstack/management'
21
21
* const client = contentstack.client({})
22
22
*
23
23
* const publishDetails = {
@@ -71,7 +71,7 @@ export function BulkOperation (http, data = {}) {
71
71
* @param {Boolean} params.skip_workflow_stage_check Set this to 'true' to publish the entries that are at a workflow stage where they satisfy the applied publish rules.
72
72
* @param {Boolean} params.approvals Set this to 'true' to publish the entries that do not require an approval to be published.
73
73
* @example
74
-
* import * as contentstack from 'contentstack'
74
+
* import * as contentstack from '@contentstack/management'
75
75
* const client = contentstack.client({})
76
76
*
77
77
* const publishDetails = {
@@ -123,7 +123,7 @@ export function BulkOperation (http, data = {}) {
123
123
* @returns {Promise<String>} Success message
124
124
* @param {Boolean} params.details - 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 delete.
125
125
* @example
126
-
* import * as contentstack from 'contentstack'
126
+
* import * as contentstack from '@contentstack/management'
0 commit comments