For the complete documentation index, see llms.txt. This page is also available as Markdown.

Password

Reset current user password

post

Reset current user password.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
old_passwordstringOptional

The password of user.

new_passwordstringOptional

The password of user.

Responses
200

OK

No content

post/user/password

No content

Was this helpful?