Changes for page Swagger UI

Last modified by Martijn Woudstra on 2023/04/13 15:33

From version 53.1
edited by Martijn Woudstra
on 2023/04/13 15:33
Change comment: Imported from XAR
To version 52.1
edited by Martijn Woudstra
on 2022/08/11 12:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,11 +53,11 @@
53 53  
54 54  In case you want to run your API Gateway solution on your local device for testing purposes you can access the Swagger UI by opening a new browser tab and entering the following URL:
55 55  
56 -* {{code}}http://localhost:{gateway.entry.port}/swaggerui/swaggerui{{/code}}
56 +* http://localhost:{gateway.entry.port}/swaggerui/swaggerui
57 57  
58 58  You need to replace the {gateway.entry.port} with the port that you have configured yourself. So when you choose port 9092 the URL would be:
59 59  
60 -* {{code}}http://localhost:9092/swaggerui/swaggerui{{/code}}
60 +* http://localhost:9092/swaggerui/swaggerui
61 61  
62 62  === 3.2 Reading Swagger UI ===
63 63  
... ... @@ -76,7 +76,8 @@
76 76  In the Schema, you can see what is mandatory indicated by the red asterisk icon in front of the attribute or element
77 77  
78 78  [[image:Main.Images.Microlearning.WebHome@crashcourse-api-gateway-swagger-ui--swagger-ui-example-value.png]]
79 -
79 +
80 +
80 80  [[image:Main.Images.Microlearning.WebHome@crashcourse-api-gateway-swagger-ui--swagger-ui-schema.png]]
81 81  
82 82  === 3.3 Testing with Swagger UI ===
... ... @@ -98,11 +98,11 @@
98 98  == 5. Key takeaways ==
99 99  
100 100  * Swagger UI gives you information on
101 - ** Authorization
102 - ** HTTP Resource Paths
103 - ** HTTP Operations
104 - ** Schema's (if defined)
105 - ** Example messages (if defined)
102 + * Authorization
103 + * HTTP Resource Paths
104 + * HTTP Operations
105 + * Schema's (if defined)
106 + * Example messages (if defined)
106 106  * Swagger UI gives the external party a option to test the various operations
107 107  
108 108  == 6. Suggested Additional Readings ==