Fast API Tutorial, Part 10: Declare Request Example Data

The consumers of your API are all going to be geniuses because you’re going to create really cool APIs. Let’s assume, though, that it’s a bit unclear what the data should actually look like in a request. In this video we will see how you can actually provide a descriptive example to your users in the docs of your API. GitHub:
Back to Top