Home »
MCQs »
FastAPI MCQs
You must import the ____ in order to apply the validation requirements to a path argument
12. You must import the ____ in order to apply the validation requirements to a path argument.
- Parameter class
- Validate class
- Validation class
- Path class
Answer: D) Path class
Explanation:
You must import the Path class in order to apply the validation requirements to a path argument.