Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns

Returns a message object response.
  curl -X PATCH https://api.onlydrams.app/api/v1/users/password \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer $ACCESS_TOKEN" \
       -d '{
            "paswords": {
              "current": "Password",
              "new": "Password!123",
              "newAgain: "Password!123"
            }
          }'
{
	"message": "Password updated successfully."
}