Enable Swagger
  • 05 Feb 2024
  • 1 Minute to read

Enable Swagger


Article summary

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



Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.