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

Finicky parameter behaviour #402

Closed
pksunkara opened this issue Sep 28, 2016 · 0 comments
Closed

Finicky parameter behaviour #402

pksunkara opened this issue Sep 28, 2016 · 0 comments
Labels

Comments

@pksunkara
Copy link
Contributor

pksunkara commented Sep 28, 2016

Given the following blueprint:

## Orders [/orders]

### List [GET /orders{?abc}]

+ Parameters
    + bc (string)
    + ac (string)

+ Response 204

I expect 2 warnings, one for each parameter. (Current: 1)

Given the following blueprint:

### List [GET /orders{?abc}]

+ Parameters
    + bc (string)
    + ac (string)

+ Response 204

I expect 2 warnings, one for each parameter. (Current: none)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant