v34

OpenAPI 3.0.0raw.githubusercontent.com2025-12-190033.8 KB
Vault API

Update stored connected user recovery words in database

put/_twake/recoveryWords

Request body

wordsstring required

The new recovery words of the connected user

Response

Success

messagestring

Message indicating that words have been successfully updated

Example response

{
  "message": "Updated recovery words sucessfully"
}