Skip to content

Commit 418df88

Browse files
author
yjy
committed
update config
1 parent d688580 commit 418df88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/api/start_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class UserCreate(BaseRequest):
9898
user_name: str | None = Field(
9999
None, description="Name of the user", json_schema_extra={"example": "john_doe"}
100100
)
101-
role: str = Field("user", description="Role of the user", json_schema_extra={"example": "user"})
101+
role: str = Field("USER", description="Role of the user", json_schema_extra={"example": "USER"})
102102
user_id: str = Field(..., description="User ID", json_schema_extra={"example": "user123"})
103103

104104

0 commit comments

Comments
 (0)