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/index.js
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -810,6 +810,30 @@ export function Stack (http, data) {
810
810
*
811
811
*/
812
812
this.delete=deleteEntity(http)
813
+
814
+
/**
815
+
* @description Audit log displays a record of all the activities performed in a stack and helps you keep a track of all published items, updates, deletes, and current status of the existing content.
816
+
* @param {String}
817
+
* @returns {AuditLog}
818
+
*
819
+
* @example
820
+
* import * as contentstack from '@contentstack/management'
* @description Audit log displays a record of all the activities performed in a stack and helps you keep a track of all published items, updates, deletes, and current status of the existing content.
851
-
* @param {String}
852
-
* @returns {AuditLog}
853
-
*
854
-
* @example
855
-
* import * as contentstack from '@contentstack/management'
0 commit comments