v1
latestOpenAPI 3.0.02026-07-17493090.2 KBBiome
Update a key's display name
patch/biome/keys
Headers
Authorizationstring required
The client's authorization, which the server resolves to an identity. Currently supports Biome JWT (if Biome credentials is enabled), Cylinder JWT, and OAuth2 bearer tokens.
SplinterProtocolVersioninteger
Example:2
The protocol version which the client can understand. If not provided, the node will respond using its latest protocol version.
Request body
Example request
{
"public_key": "026c889058c2d22558ead2c61b321634b74e705c42f890e6b7bc2c80abb4713118",
"new_display_name": "Admin key pair"
}Response
User updated successfully
Example response
{
"message": "Key updated successfully"
}