mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
fix example
This commit is contained in:
parent
21331bd743
commit
e394cc6846
|
@ -9,4 +9,4 @@ class TokenResponseModel(pydantic.BaseModel):
|
|||
|
||||
|
||||
class HealthResponseModel(pydantic.BaseModel):
|
||||
status: str = pydantic.Field(..., example="healthy", description="Схема доступности сервиса")
|
||||
status: str = pydantic.Field(..., examples=["healthy"], description="Схема доступности сервиса")
|
||||
|
|
Loading…
Reference in New Issue
Block a user