typescript-rest
typescript-rest copied to clipboard
how I can add a parameter which should not be documented on get request
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);