Change or set password
Authorization
bearer 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