put mesh_control into user data
This commit is contained in:
parent
1e1df10bfa
commit
a84a19ec0d
2 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,10 @@ class UserDataSchema(BaseSchema):
|
|||
title="control panel access",
|
||||
description="whether the user signed in can access the control panel.",
|
||||
)
|
||||
mesh_control: bool = APIField(
|
||||
title="mesh control permission",
|
||||
description="whether the user signed in can manage the mesh.",
|
||||
)
|
||||
has_positions: bool = APIField(
|
||||
title="user has positions",
|
||||
description="whether the user signed in has created any positions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue