AuthenticationUpdate password
Authentication

Update password

curl -X PATCH "https://api.neostra.io/api/v1/auth/reset-password/example_string" \
  -H "Content-Type: application/json" \
  -d '{
  "password": "example_string"
}'
{
  "success": true,
  "message": "example_string",
  "data": {}
}
PATCH
/api/v1/auth/reset-password/{token}
PATCH
Content-Typestring
Required

The media type of the request body

Options: application/json
passwordstring
Required
Format: password
Request Preview
Response

Response will appear here after sending the request

Path Parameters

Body

application/json

Responses

successboolean
messagestring
dataobject