From a323d16dfafc2fedbaf119118aa70fc45da0f39e Mon Sep 17 00:00:00 2001 From: Raman Maksimchuk Date: Tue, 11 Jun 2024 20:16:32 +0300 Subject: [PATCH] review by @raman-m --- docs/introduction/notsupported.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/introduction/notsupported.rst b/docs/introduction/notsupported.rst index ee992e25b2..65b39ded05 100644 --- a/docs/introduction/notsupported.rst +++ b/docs/introduction/notsupported.rst @@ -52,7 +52,8 @@ Ocelot does not know what models might be used in POST, PUT etc, so it all gets Ocelot's configuration can change during runtime so the Swagger and Ocelot information would not match. Unless we rolled our own Swagger implementation. 😋 -If the user wants something to easily test against the Ocelot API then I suggest using Postman as a simple way to do this. It might even be possible to write something that maps ocelot.json to the postman json spec. However I don't intend to do this. +If the developer wants something to easily test against the Ocelot API then we suggest using `Postman `_ as a simple way to do this. +It might even be possible to write something that maps ``ocelot.json`` to the Postman JSON spec. However we don't intend to do this. Swagger Alternatives --------------------