This quest teaches how to adapt a route's behaviour depending on a variable number
used as a @PathVariable
.
It's asked to return:
- a JSON containing the number and the name of the thirteenth actress who played Doctor who for
number = 13
- a 303 error for a
number
between 0 and 12 - a 404 error in all other cases