savePath
savePath(methName: String; summary: String; description: String);
The savePath method of the JadeOpenAPIGenerator class sets the summary and description for a method to new values, using the parameters listed in the following table.
Parameter | Descriptions |
---|---|
methName | Name of the REST method that is to be modified |
summary | New value for the summary of the method |
description | New value for the description of the method |
If the method had an existing summary or description, it is overridden with the new value.
Use this method to provide documentation of the method to readers of the specification.
2020.0.02 and higher