Storyden
Auth

Auth Password Update

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

PATCH/auth/password

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

storyden-session<token>

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/auth/password" \  -H "Content-Type: application/json" \  -d '{    "old": "password123",    "new": "password456"  }'
{
  "id": "string"
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "trace_id": "string",
  "metadata": {}
}