Update Credential Using PUT
Update an existing Credential Instance
The Credential Instance information to update
Show optional properties
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"name": "string"
}
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"name": "string"
}
The Adapter Kind key of the Credential
The credential kind of the credential
Collection of name,value pairs that capture the credential specific data
Credential Instance identifier. This should be null for credential instance creation requests and must have a value for all other requests.
The name of the Credential
The Updated Credential Instance
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"name": "string"
}
The Adapter Kind key of the Credential
The credential kind of the credential
Collection of name,value pairs that capture the credential specific data
Credential Instance identifier. This should be null for credential instance creation requests and must have a value for all other requests.
The name of the Credential
The Credential Instance does not exist