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
* This API allows you to retrieve details of releases of a stack using the {@link https://www.contentstack.com/docs/developers/apis/content-management-api/#get-all-releases| Releases API} requests. This method returns a Promise object.
164
+
* @param {Object} query Query for the GET call
165
+
* @param {Object} params Optional parameters for the GET call
166
+
* @return {Object} A Promise object which will be resolved with details of the releases.
* This API allows you to retrieve details of publish queue of a stack using the {@link https://www.contentstack.com/docs/developers/apis/content-management-api/#get-publish-queue| Publish Queue API} requests. This method returns a Promise object.
177
+
* @param {Object} query Query for the GET call
178
+
* @param {Object} params Optional parameters for the GET call
179
+
* @return {Object} A Promise object which will be resolved with details of the publish queue.
* This API allows you to retrive a locale of a stack using the {@link https://www.contentstack.com/docs/apis/content-management-api/#get-a-language| Language API} requests. Method returns a Promise object.
0 commit comments