R

Ravina • 3.96K Points
Extraordinary

Q. Which of the following supports sending multiple values for the same query parameter?

  • (A) List in Query()
  • (B) Tuple in Path()
  • (C) Dict in Header()
  • (D) Set in Body()
  • Correct Answer - Option(A)
  • Views: 23
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina

`List[str]` in combination with `Query()` allows multiple values for a single parameter.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.