v1
latestOpenAPI 3.0.02026-07-1791013.3 KBPasswords
Modify existing password
Modify existing password
put/passwords/{password_id}/
Path parameters
password_idstring required
The ID of password
Request body
Example request
{
"login": "user@example.com",
"site": "example.com"
}Response
successful operation
Example response
{
"login": "user@example.com",
"site": "example.com"
}