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
@@ -93,15 +93,15 @@ export function Organization (http, data) {
93
93
}
94
94
95
95
/**
96
-
* @description The Unshare a stack call unshares a stack with a user and removes the user account from the list of collaborators.
96
+
* @description The Add users to organization call allows you to send invitations to add users to your organization. Only the owner or the admin of the organization can add users.
97
97
* @memberof Organization
98
98
* @func addUser
99
99
* @returns {ContentstackCollection} ContentstackCollection of instance.
100
100
* @example
101
101
* import * as contentstack from '@contentstack/management'
Copy file name to clipboardExpand all lines: lib/stack/extension/index.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ import { createReadStream } from 'fs'
6
6
7
7
/**
8
8
* Extensions let you create custom fields and custom widgets that lets you customize Contentstack's default UI and behavior. Read more about <a href='https://www.contentstack.com/docs/developers/about-experience-extensions/'>Extensions</a>.
9
-
*/
9
+
* @namespace Extension
10
+
* */
10
11
11
12
exportfunctionExtension(http,data={}){
12
13
this.stackHeaders=data.stackHeaders
@@ -43,7 +44,7 @@ export function Extension (http, data = {}) {
0 commit comments