Forum Discussion

misbha23's avatar
misbha23
New Member
5 years ago

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.

No RepliesBe the first to reply