Motov Yurii
Motov Yurii
@Rekl0w, thanks for contributing to FastAPI! The original document has been updated and now this PR needs to be updated. Would you like to work on it?
Thanks! Let's close this in favor of https://github.com/fastapi/fastapi/pull/13806
@emrhnsyts, thanks for contributing to FastAPI! The original document has been changed significantly, and now this PR needs to be updated. Would you like to work on it?
As part of our recent decision to move to an automated translation process ๐ค, weโre no longer accepting community-submitted translation PRs. Iโll go ahead and close this PR. You can...
As part of our recent decision to move to an automated translation process ๐ค, weโre no longer accepting community-submitted translation PRs. Iโll go ahead and close this PR. You can...
Yes, looks like it was wrong back then, but now `sub` of the access token contains `email` of the user
@FARMAN9, to ask for help, please open [discussion](https://github.com/fastapi/full-stack-fastapi-template/discussions), not issue. If you still interested in getting help on this topic, please open a discussion and provide more details (what exactly...
I like the proposed approach. For now you can remove default media type using `"application/json": None`: ```python @app.get( "/a", responses={ HTTP_200_OK: {"content": {"text/event-stream": {}, "application/json": None}} }, ) def a():...
What if we call it **override** or **replace** instead of **superimpose**? I think **superimpose** is a bit misleading. I also think that code should be simplified (IMO, chains of operations...
As part of our recent decision to move to an automated translation process ๐ค, weโre no longer accepting community-submitted translation PRs. Iโll go ahead and close this PR. You can...