I have enabled KV secret engine under a path secret1. Now I am trying to update the description of it via API. I use following API endpoint but it does not seem to be working.
URL - https://127.0.0.1:8200/v1/secret1/config
$body = @{“Description” = “Secret path to contain the passwords and associated secrets.”}
It does not return any error but the change is not reflected.
I think there is something wrong in what I do. Please help.