v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Credentials

Update credential by id

Update a login by id. At least one of password or otp_secret must remain set after the update. Editing a team-shared login or toggling sharing requires manager role.

patch/v2/teams/{teamId}/browser-agent/credentials/{userId}/{id}

Path parameters

userIdstring uuid required
teamIdstring uuid required
idstring uuid required

Request body

domainstring
usernamestring nullable
passwordstring nullable
otp_secretstring nullable
sharedboolean

Response

Default Response

idstring uuid required
domainstring required
usernamestring nullable required
{"stackTrail":"paths:/v2/teams/{teamId}/browser-agent/credentials/{userId}/{id}:patch:responses:200:content:application/json:schema:properties:password","oasType":"schema","type":"unknown","nullable":true}
{"stackTrail":"paths:/v2/teams/{teamId}/browser-agent/credentials/{userId}/{id}:patch:responses:200:content:application/json:schema:properties:otp_secret","oasType":"schema","type":"unknown","nullable":true}
user_idstring nullable required
team_idstring required
created_atstring date-time required
updated_atstring date-time required