Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dschulten committed Nov 23, 2018
1 parent e4f3e5c commit 2878392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springfox-spring-integration-webflux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Note that the OpenApi 2.0 Specification allows only [one example per response co
Starting from OpenApi 3.0 this will [change](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#media-type-object), but Springfox does not support that version yet.
Therefore, if you have more than one test with a response having the same status code and media-type, Springfox's
internal data structure does maintain all examples correctly, but the Swagger2 documentation will only
use the first example.
use the last example.


Spring-Restdocs records request and response snippets during test execution, by default to the
Expand Down

0 comments on commit 2878392

Please sign in to comment.