typescript-rest icon indicating copy to clipboard operation
typescript-rest copied to clipboard

how I can add a parameter which should not be documented on get request

Open dmitrirussu opened this issue 6 years ago • 0 comments

Hi get error on parameter which should not be documented try to use on GET request

@GET getData(@Parama(x) x, @Parama(y) y, @mycustomParam() myCustom) { } throw new Error("Error generate parameter method: '" + controllerId.text + "." + methodId.text + "' argument: " + parameterId.text + " " + e);

dmitrirussu avatar Mar 07 '19 09:03 dmitrirussu