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 "Get publish queue" request returns comprehensive information on activities such as publish, unpublish, and delete performed on entries and/or assets.
29
+
This request also includes the details of the release deployments in the response body.
30
+
:return: Json, with publish_queue details.
31
+
32
+
-------------------------------
33
+
[Example:]
34
+
35
+
>>> from contentstack_management import contentstack
The "Get publish queue activity" request returns comprehensive information on a specific publish, unpublish, or delete action performed on an entry and/or asset. You can also retrieve details of a specific release deployment.
48
+
49
+
:return: Json, with publish_queue details.
50
+
-------------------------------
51
+
[Example:]
52
+
53
+
>>> from contentstack_management import contentstack
The "Cancel Scheduled Action" request will allow you to cancel any scheduled publishing or unpublishing activity of entries and/or assets and cancel the deployment of releases.
67
+
68
+
:param data: The `data` parameter is the payload that you want to send in the request body. It
69
+
should be a dictionary or a JSON serializable object that you want to send as the request body
70
+
:return: Json, with publish_queue details.
71
+
72
+
-------------------------------
73
+
[Example:]
74
+
>>> from contentstack_management import contentstack
0 commit comments