panelica_accounts_post_v1_accounts_id_change_password
Change the password for an account by ID. This action updates the account credentials through the Panelica API, securing the account with a new password.
Instructions
Create change password
HTTP: POST /v1/accounts/:id/change-password Category: Accounts Required scopes: accounts:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |