No API path found that matches request

Issue #60 closed
Former user created an issue

when I using swagger-request-validator with my rest assured code i faced this issue No API path found that matches request

Comments (3)

  1. James Navin

    If you could provide an example of your spec and a request that generates this error it would be helpful.

    One common cause of this error is if the API base path in the spec doesn't match what you are testing against.

  2. Moataz Nabil

    yeah we change the base path in the json file and the error changed now :) but there is another one related to schema :

    c.a.o.v.schema.SchemaValidator - Note: Schema uses the 'allOf' keyword. Validation of 'additionalProperties' may fail with unexpected errors. See the project README FAQ for more information , where I can find the README FAQ file ?

  3. Log in to comment