Skip to content

Commit 9ac2149

Browse files
committed
Fix type of is_admin parameter for updateGroupMemberRole
1 parent b65d8fa commit 9ac2149

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

team_admin_account_operations.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,9 +1152,8 @@ paths:
11521152
required: [is_admin]
11531153
properties:
11541154
is_admin:
1155-
# FIXME: The API should accept a boolean...
1156-
type: string
1157-
example: "true"
1155+
type: boolean
1156+
example: false
11581157
responses:
11591158
"200":
11601159
description: OK

0 commit comments

Comments
 (0)