Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple URI parameters not recognized #81

Open
urbanusjam opened this issue Jan 27, 2017 · 0 comments
Open

Multiple URI parameters not recognized #81

urbanusjam opened this issue Jan 27, 2017 · 0 comments

Comments

@urbanusjam
Copy link

urbanusjam commented Jan 27, 2017

Does the raml-tester support multiple URI parameters for the same resource? I have the following endpoint that defines two URI parameters in its path:

/Messages:
  /{MessageId}{mediaTypeExtension}:
    uriParameters:
      MessageSid:
        type: string
        required: true
      mediaTypeExtension:
        enum: [ .json, .xml ]
        type: string
        required: false

However, the validation fails with the error below:

Resource '/Messages/12345.json' is not defined

If I remove the {mediaTypeExtension}, the validation passes.

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

No branches or pull requests

1 participant