Hi,
I am trying to update credentials in credential vault using API.
I am using PUT method with the URL -
“<control room url>/v2/credentialvault/credentials/<CREDENTIAL ID>/attributevalues/<CREDENTIAL ATTRIBUTE ID>”
JSON :
{
“value” : “New_Password”
“version” : “2”
}
Authorization method and token is fine.
I still get the error as :
{
"code":"json.deserialization.exception",
"details":null,
"message":"Invalid request parameters"
}
What am I doing wrong? Please help.
Thanks a lot