Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
No content
The response is of type string[]
.
Update the authenticated user’s password. All existing sessions will be logged out immediately.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
No content
The response is of type string[]
.