forked from enviPath/enviPy
Implement basic group listing and re-enabled group creation
This commit is contained in:
@ -126,3 +126,10 @@ class SettingOutSchema(Schema):
|
||||
url: str = ""
|
||||
name: str
|
||||
description: str
|
||||
|
||||
|
||||
class GroupOutSchema(Schema):
|
||||
uuid: UUID
|
||||
url: str = ""
|
||||
name: str
|
||||
description: str
|
||||
|
||||
Reference in New Issue
Block a user