User
Authorizations
X-API-KeystringRequired
API key for authentication. Get your key from the dashboard.
Body
namestringOptional
emailstring · emailOptional
Responses
200
Profile updated
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Profile updated successfully401
Authentication required or invalid
application/json
422
Validation failed
application/json
put
/user/profileAuthorizations
X-API-KeystringRequired
API key for authentication. Get your key from the dashboard.
Body
current_passwordstringRequired
new_passwordstring · min: 8Required
new_password_confirmationstringRequired
Responses
200
Password changed
No content
401
Authentication required or invalid
application/json
422
Validation failed
application/json
post
/user/passwordNo content
Last updated