You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En este fichero
<Backend/FastAPI/db/models/user.py>
para que pueda omitir el ID debemos agregar id: Optional[str] = Field(None, description="User ID")
de lo contrario no se omitiria.
The text was updated successfully, but these errors were encountered:
En este fichero
<Backend/FastAPI/db/models/user.py>
para que pueda omitir el ID debemos agregar
id: Optional[str] = Field(None, description="User ID")
de lo contrario no se omitiria.
The text was updated successfully, but these errors were encountered: