We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aaf84b commit 4c6f058Copy full SHA for 4c6f058
methods/usergroups/usergroups.users.update.json
@@ -27,6 +27,12 @@
27
"desc": "Include the number of users in the user group.",
28
"type": "boolean"
29
},
30
+ "is_shared": {
31
+ "required": false,
32
+ "example": "true",
33
+ "desc": "Boolean to identify if the API is getting called when a shared section is getting shared.",
34
+ "type": "boolean"
35
+ },
36
"team_id": {
37
"required": false,
38
"example": "T1234567890",
0 commit comments