Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Changes the password for the currently authenticated user. The current password must be provided and correct for the update to succeed.Endpoint
Requires authentication. Requests are made with a Bearer token via the
Authorization header.Request
Body parameters
The user’s existing password. Must match the password currently set on the account.
The new password to set on the account.
Response
A confirmation message indicating the password was changed successfully.
Example
TypeScript
