Skip to content

Commit 691054b

Browse files
committed
Org doc change
1 parent e1ac284 commit 691054b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/contentstackClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function contentstackClient ({ http }) {
102102
* import * as contentstack from '@contentstack/management'
103103
* const client = contentstack.client()
104104
*
105-
* client.organization().query().find()
105+
* client.organization().findAll()
106106
* .then((organization) => console.log(organization))
107107
*
108108
* @example

lib/stack/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ export function Stack (http, data) {
554554
* @description A role is a collection of permissions that will be applicable to all the users who are assigned this role.
555555
* @memberof Stack
556556
* @func role
557-
* @param {String} uid The UID of the role you want to get details.
557+
* @param {String=} uid The UID of the role you want to get details.
558558
* @returns {Role} Instance of Role.
559559
*
560560
* @example

0 commit comments

Comments
 (0)