Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Explode modifier not supported? #553

@SMillerDev

Description

@SMillerDev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions