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
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -685,6 +685,28 @@ export function Stack (http, data) {
685
685
}
686
686
returnnewRole(http,data)
687
687
}
688
+
689
+
/**
690
+
* @description Taxonomies allow you to group a collection of content within a stack. Using taxonomies you can group content types that need to work together
691
+
* @param {String} uid The UID of the Taxonomy you want to get details.
692
+
* @returns {Taxonomy} Instance of Taxonomy.
693
+
* @example
694
+
* import * as contentstack from '@contentstack/management'
* @description The Create stack call creates a new stack in your Contentstack account.
@@ -744,28 +766,6 @@ export function Stack (http, data) {
744
766
}
745
767
returnnewAuditLog(http,data)
746
768
}
747
-
748
-
/**
749
-
* @description Taxonomies allow you to group a collection of content within a stack. Using taxonomies you can group content types that need to work together
750
-
* @param {String} uid The UID of the Taxonomy you want to get details.
751
-
* @returns {Taxonomy} Instance of Taxonomy.
752
-
* @example
753
-
* import * as contentstack from '@contentstack/management'
0 commit comments