Storyden
Auth

Auth Password Update

Given the requesting account has a password authentication, update the password on file.

Given the requesting account has a password authentication, update the password on file.

PATCH/auth/password
storyden-session<token>

In: cookie

oldstring
newstring

Response Body

curl -X PATCH "https://loading/api/auth/password" \  -H "Content-Type: application/json" \  -d '{    "old": "password123",    "new": "password456"  }'
{
  "id": "string"
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}