Update fast-api.md

pull/618/head
Ankit Mahato 2024-05-27 08:23:06 +05:30 zatwierdzone przez GitHub
rodzic 8c562fc874
commit 02081e6579
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -281,9 +281,9 @@ The given method will update an existing student record and if student doesnt ex
Swagger UI automatically generates UI for API tesing. Just write ``/docs`` with the URL and UI mode of Swagger UI will be launched.
Following Screenshot shows the Swagger UI
![App Screenshot](/assets/image.png)
![App Screenshot](assets/image.png)
Here is how I tested ``POST`` method in UI:
![Screenshot](/assets/image2.png)
![Screenshot](assets/image2.png)
That's all for FastAPI for now.... Happy Learning!
That's all for FastAPI for now.... Happy Learning!