Skip to content

Commit 1271776

Browse files
models
1 parent e7bba25 commit 1271776

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class UnregisterCheck(InputSchema):
5353
#
5454

5555

56-
class ApiKeyCreateRequest(OutputSchema):
56+
class ApiKeyCreateRequest(InputSchema):
5757
display_name: Annotated[str, Field(..., min_length=3)]
5858
expiration: timedelta | None = Field(
5959
None,

0 commit comments

Comments
 (0)