Skip to content

Commit 2f6ad3d

Browse files
Update components/favro/actions/list-users/list-users.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 807b250 commit 2f6ad3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/favro/actions/list-users/list-users.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import app from "../../favro.app.mjs";
33
export default {
44
key: "favro-list-users",
55
name: "List Users",
6-
description: "List all users in the organization. [See the documentation](https://docs.x.ai/api/endpoints#get-model)",
6+
description: "List all users in the organization. [See the documentation](https://favro.com/developer/#get-all-users)",
7+
78
version: "0.0.1",
89
type: "action",
910
props: {

0 commit comments

Comments
 (0)