mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-19 15:34:23 +01:00
update nav
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: "OpenAPI & Automatic Docs"
|
||||
parent: "FastAPI"
|
||||
nav_order: 4
|
||||
---
|
||||
|
||||
# Chapter 4: OpenAPI & Automatic Docs
|
||||
|
||||
Welcome back! In [Chapter 3: Data Validation & Serialization (Pydantic)](03_data_validation___serialization__pydantic_.md), we saw how FastAPI uses Pydantic models to automatically validate incoming data and serialize outgoing data, making our API robust and predictable. But how do we tell others (or remind ourselves later) how to actually *use* our API? What endpoints exist? What data should they send? What will they get back?
|
||||
|
||||
Reference in New Issue
Block a user