POST operation in action
You've been asked to create an API endpoint that accepts a name
parameter and returns a message saying "We have name
". To accomplish this, create a Pydantic model for Item
and root endpoint (/
) that serves HTTP POST operations. The endpoint should accept the Item
model as input and respond with a message including Item.name
.
You can't run the FastAPI server directly with "Run this file" - see the instructions for how to run the server and test your code from the terminal.
This exercise is part of the course
Introduction to FastAPI
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
