Skip to content

Commit 434690c

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent 7662d2c commit 434690c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# OpenAPI Validator for Axway API-Management
22

3-
This project provides a library that you can use to check the request or response against the API specification imported into the API Manager or an external API specification. Based on the API path, HTTP verb, and headers, the correct model is loaded from the API specification and used for verification.
3+
This project provides a library that you can use to check the request or response against the API specification imported into the API Manager or an external API specification. Both the body (Request, Response) and the request parameters (Query, Path) are checked.
4+
Based on the API path, HTTP verb, and headers, the correct model is loaded from the API specification and used for verification.
45
The following illustrates how it works and behaves in the API-Gateway at runtime:
56

67
![OpenAPI Validation](images/openapi-validation-overview.png)

0 commit comments

Comments
 (0)