AladiaDocs
Api referenceSystem

Reset password of a resource

Reset password an auth

PUT
/v2/auth/reset-password

Reset password an auth

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v2/auth/reset-password" \  -H "Content-Type: application/json" \  -d '{    "newPassword": "string",    "token": "string"  }'
{}