You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwagParamQuery ao setar isNumber como true o Swagger so aceita valores inteiros.
Não aceita valores decimais
Configuração:
[SwagParamQuery('percentual', 'Percentual',true,true)]
Exemplo: Ao informar 2,15 ocorre o erro abaixo:
Please correct the following errors and try again.
Value muste be an integer
Obs: tentei passar 2.15 também mas sem sucesso.
The text was updated successfully, but these errors were encountered:
SwagParamQuery ao setar isNumber como true o Swagger so aceita valores inteiros.
Não aceita valores decimais
Configuração:
[SwagParamQuery('percentual', 'Percentual',true,true)]
Exemplo: Ao informar 2,15 ocorre o erro abaixo:
Please correct the following errors and try again.
Value muste be an integer
Obs: tentei passar 2.15 também mas sem sucesso.
The text was updated successfully, but these errors were encountered: