Skip to content

Commit 059e77a

Browse files
author
raymondyou
authored
better wording
1 parent d6d91b9 commit 059e77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/account_management/rbac/role_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Returns all roles, including their names and UUIDs.
3737
* **`page[size]`** [*optional*, *default*=**10**]:
3838
Number of roles to return for a given page.
3939
* **`page[number]`** [*optional*, *default*=**0**]:
40-
Page number of roles to return for a given page.
40+
Specific page number to return.
4141
* **`sort`** [*optional*, *default*=**name**]:
4242
Sort roles depending on the given field. Sort order is **ascending** by default. Sort order is **descending** if the field is prefixed by a negative sign (Eg: *sort=-name*).
4343
* Options: **name**, **modified_at**, **user_count**
@@ -687,7 +687,7 @@ Get all users of a role
687687
* **`page[size]`** [*optional*, *default*=**10**]:
688688
Number of users to return for a given page.
689689
* **`page[number]`** [*optional*, *default*=**0**]:
690-
Page number of users to return for a given page.
690+
Specific page number to return.
691691
* **`sort`** [*optional*, *default*=**name**]:
692692
Sort users depending on the given field. Sort order is **ascending** by default. Sort order is **descending** if the field is prefixed by a negative sign (Eg: *sort=-name*).
693693
* Options: **name**, **email**, **status**

0 commit comments

Comments
 (0)