Changes for page Swagger UI

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

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

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 -* http://localhost:{gateway.entry.port}/swaggerui/swaggerui
56 +* {{code}}http://localhost:{gateway.entry.port}/swaggerui/swaggerui{{/code}}
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 -* http://localhost:9092/swaggerui/swaggerui
60 +* {{code}}http://localhost:9092/swaggerui/swaggerui{{/code}}
61 61  
62 62  === 3.2 Reading Swagger UI ===
63 63  
... ... @@ -76,8 +76,7 @@
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 -
80 -
79 +
81 81  [[image:Main.Images.Microlearning.WebHome@crashcourse-api-gateway-swagger-ui--swagger-ui-schema.png]]
82 82  
83 83  === 3.3 Testing with Swagger UI ===
... ... @@ -99,11 +99,11 @@
99 99  == 5. Key takeaways ==
100 100  
101 101  * Swagger UI gives you information on
102 - * Authorization
103 - * HTTP Resource Paths
104 - * HTTP Operations
105 - * Schema's (if defined)
106 - * Example messages (if defined)
101 + ** Authorization
102 + ** HTTP Resource Paths
103 + ** HTTP Operations
104 + ** Schema's (if defined)
105 + ** Example messages (if defined)
107 107  * Swagger UI gives the external party a option to test the various operations
108 108  
109 109  == 6. Suggested Additional Readings ==