Skip to content

Commit 3b8694a

Browse files
fix: schema
1 parent 197a915 commit 3b8694a

File tree

1 file changed

+3
-3
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver

1 file changed

+3
-3
lines changed

packages/models-library/src/models_library/api_schemas_webserver/functions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ class FunctionGroupGet(OutputSchema):
158158

159159

160160
class FunctionGroupUpdate(InputSchema):
161-
read: bool | None = None
162-
write: bool | None = None
163-
execute: bool | None = None
161+
read: bool
162+
write: bool
163+
execute: bool

0 commit comments

Comments
 (0)