Controllers
The Controllers screen of a REST API Provided is the location where one or more Paths of the REST API can be added,
in AMT these are named Controllers.
To add a new Controller, select the 'Controllers' node and click on the "Add new controller" link, alternatively right-clicking the 'Controllers' node brings up a context menu from where the 'Insert' option can be selected.
After a Controller has been added, the Name, Description and the Path can be filled in. By keeping the 'Use Swagger Documentation' checkbox enabled, Swagger documentation for this Controller will be created upon the generation of the REST API Provider object.
Once these settings are filled in, Operations can be added to this REST API Path by adding a Method.
See: Methods