PUT
/
account
/
password
Update password
curl --request PUT \
  --url https://dashboard.gratian.pro/api/client/account/password \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "password": "<string>",
  "password_confirmation": "<string>"
}'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

204
application/json

No content

The response is of type string[].