LynceaAPI

Change or set password

PATCH
/api/v1/auth/me/password
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://api.monitoring.crahe-arthur.com/api/v1/auth/me/password" \  -H "Content-Type: application/json" \  -d '{    "newPassword": "another horse correct battery"  }'
Empty