You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
I'm trying to use the explode modifier with drafter: https://tools.ietf.org/html/rfc6570#section-2.4.2
but I can't get it to work. The API Blueprint spec mentions that RFC6570 is supported though.
Error message:
warning: (8) parameter 'filter' is not found within the URI template '/flights{?filter*}' for 'Flight list'
Code:
### Flight list [GET /flights{?filter*}]
Get a filtered list of flights
+ Parameters
+ filter (required) - Provide one of these values as a parameter to filter
+ arrival : `false` (optional) - Whether the flight is an arrival or departure
+ terminal : `A` (optional) - The terminal for the flight
+ gate : `5` (optional) - Gate information