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/variantGroup/index.js
+18-17
Original file line number
Diff line number
Diff line change
@@ -59,22 +59,6 @@ export function VariantGroup (http, data = {}) {
59
59
*/
60
60
this.delete=deleteEntity(http)
61
61
62
-
/**
63
-
* @description The fetch VariantGroup call fetches VariantGroup details.
64
-
* @memberof VariantGroup
65
-
* @func fetch
66
-
* @returns {Promise<VariantGroup.VariantGroup>} Promise for VariantGroup instance
67
-
* @param {Int} version Enter the unique ID of the content type of which you want to retrieve the details. The UID is generated based on the title of the content type. The unique ID of a content type is unique across a stack.
68
-
* @example
69
-
* import * as contentstack from '@contentstack/management'
0 commit comments