Skip to content

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
Required

Request Body

application/json
JSON
{
"name": "string",
"username": "string",
"type": "string",
"password": "string",
"sshKey": "string",
"passphrase": "string"
}

Responses

Identity successfully updated
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License