Enable Swagger

Prev Next

Swagger is a collection of open source tools for designing, building, documenting, and consuming APIs. You can use it to test the server APIs.

To enable Swagger, perform the following steps:

  1. Navigate to the master.config file.

  2. Under appSettings, add the following entry: <add key="EnableSwagger" value="true"/>

  3. Save your changes and close the file.

<configuration>
  <appSettings type="global">
	<add key="EnableSwagger" value="true"/>
  </appSettings>

Note

You can now access the Swagger site at: http(s)://[server address]/gv2/webservices/API/swagger