Storyden
Auth

Auth Password Create

Given the requesting account does not have a password authentication, add a password authentication method to it with the given password.

Given the requesting account does not have a password authentication, add a password authentication method to it with the given password.

POST/auth/password
storyden-session<token>

In: cookie

passwordstring

Response Body

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