saveParamDesc

saveParamDesc(methName:    String; 
              paramName:   String; 
              description: String);

The saveParamDesc method of the JadeOpenAPIGenerator class sets the description of a method parameter to a new value, using the parameters listed in the following table.

Parameter Description
methName Name of the REST method that contains the parameter that is to be modified
paramName Name of the parameter that is to be modified
description New value for the description of the specified parameter of the specified method in the specification

If the parameter had an existing description, it is overridden with the new value.

Use this method to provide documentation of your parameters to readers of the specification.

2020.0.02 and higher