mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
api_docs: Document is_guest field in the get_members API.
This commit is contained in:
committed by
Tim Abbott
parent
10211e7565
commit
382d3085c4
@@ -925,6 +925,7 @@ paths:
|
||||
"is_active": true,
|
||||
"is_admin": false,
|
||||
"is_bot": false,
|
||||
"is_guest": false,
|
||||
"user_id": 1
|
||||
},
|
||||
{
|
||||
@@ -935,6 +936,7 @@ paths:
|
||||
"is_active": true,
|
||||
"is_admin": false,
|
||||
"is_bot": false,
|
||||
"is_guest": false,
|
||||
"user_id": 3
|
||||
},
|
||||
{
|
||||
@@ -945,6 +947,7 @@ paths:
|
||||
"is_active": true,
|
||||
"is_admin": false,
|
||||
"is_bot": false,
|
||||
"is_guest": true,
|
||||
"user_id": 24
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user