Last modified by Danniar Firdausy on 2024/09/30 17:12

From version 35.41
edited by Danniar Firdausy
on 2024/09/27 15:34
Change comment: There is no comment for this version
To version 35.53
edited by Danniar Firdausy
on 2024/09/27 15:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -55,7 +55,7 @@
55 55  
56 56  ==== 3.3.2 Edit Operation ====
57 57  
58 -Next to that, when you click one of your resources in the API Catalog page, then you can also edit the "Operations" attached to that resource.
58 +Next to that, when you click one of your resources in the API Catalog page, then you can also edit the "Operations" attached to that resource (see the screenshot below).
59 59  
60 60  [[image:Main.Images.Microlearning.WebHome@intermediate-api-management-updating-your-api-gateway-operations--edit-operation.png]]
61 61  
... ... @@ -63,10 +63,20 @@
63 63  
64 64  [[image:Main.Images.Microlearning.WebHome@intermediate-api-management-updating-your-api-gateway-operations--tags-summary.png]]
65 65  
66 +==== 3.3.2 Edit Parameters ====
67 +
66 66  Still in the API Catalog page, right next to that "Operations" of that resource, you will see "Parameters", "Request", and "Responses" tabs. In the "Parameters" tab, you can specify the parameter's name (see the yellow box below), description (see the orange box below), the location of the parameter (see the blue box below), as well as whether the parameter is required or not (see the green box below).
67 67  
68 68  [[image:Main.Images.Microlearning.WebHome@intermediate-api-management-updating-your-api-gateway-operations--parameters-description.png]]
69 69  
72 +==== 3.3.3 Edit Request ====
73 +
74 +Quite similar with the "Parameters" tab, in the "Request" tab of the API Catalog page, you can also specify the description and whether the request body is required in the request. The screenshot below shows how the Request "Description" is reflected in the Swagger UI.
75 +
76 +[[image:Main.Images.Microlearning.WebHome@intermediate-api-management-updating-your-api-gateway-operations--request-description.png]]
77 +
78 +==== 3.3.4 Edit Responses ====
79 +
70 70  As is the case with all new versions in Create, the changes will only be effective when you deploy your solution via the eMagiz Deploy phase.
71 71  
72 72  {{info}}To ensure that the changes to your Swagger file generated by eMagiz are shown to the end-user, the latest version of the API Gateway runtime infra flow needs to be included in the release and deployed to the correct environment.{{/info}}