misbha23
5 years agoNew Member
how to hide password field in json ui
is there anyway to hide a password field from swagger ui?
suppose i have a yaml structure like this
password:
description: "Password"
required: true
type: "string"
format: password
and i want to see a password hidden when i do a post operation in the json structure.
But then i get a json body field where password field is not hidden.