Update Identity
PATCH
/identity/{identityId}
Updates an existing authentication identity's configuration such as credentials or connection settings.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
identityId*
The unique identifier of the identity to update
Typestring
RequiredRequest Body
application/json
JSON
{
"name": "string",
"username": "string",
"type": "string",
"password": "string",
"sshKey": "string",
"passphrase": "string"
}
Responses
Identity successfully updated
application/json
JSON
{
}