File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,8 +435,8 @@ async def update_organization_invite_authorizations(
435
435
436
436
Args:
437
437
email (str): Email of the user the invite was sent to.
438
- add_authorization (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to add to the invite.
439
- remove_authorization (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to remove from the invite.
438
+ add_authorizations (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to add to the invite.
439
+ remove_authorizations (Optional[List[viam.proto.app.Authorization]]): Optional list of authorizations to remove from the invite.
440
440
441
441
Raises:
442
442
GRPCError: If no authorizations are passed or if an invalid combination of authorizations is passed (e.g. an authorization to
You can’t perform that action at this time.
0 commit comments