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
* @prop {string=} params.timeout - Optional authorization token is a read-write token used to make authorized CMA requests, but it is a user-specific token.
44
+
* @example //Set the `authorization`
45
+
* import * as contentstack from '@contentstack/management'
Copy file name to clipboardExpand all lines: lib/stack/contentType/entry/index.js
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,58 @@ export function Entry (http, data) {
185
185
throwerror(err)
186
186
}
187
187
}
188
+
189
+
/**
190
+
* @description The Set Entry Workflow Stage request allows you to either set a particular workflow stage of an entry or update the workflow stage details of an entry.
191
+
* @memberof Entry
192
+
* @func setWorkflowStage
193
+
* @returns {Promise<Object>} Response Object.
194
+
* @param {Object} publishing_rule Details for the publish request
195
+
* @param {String} locale Enter the code of the locale that the entry belongs to.
196
+
* @example
197
+
* import * as contentstack from '@contentstack/management'
* @description The Transfer stack ownership to other users call sends the specified user an email invitation for accepting the ownership of a particular stack.
0 commit comments