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.
112
+
* @param {Object} query Query for the GET call
113
+
* @param {Object} params Optional parameters for the GET call
114
+
* @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.
125
+
* @param {Object} query Query for the GET call
126
+
* @param {Object} params Optional parameters for the GET call
127
+
* @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