Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v2/batteries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Content-Type: application/json

### Change permissions and mode

You can set mode and permissions in one request. You cannot set `mode` to `to_full` and change `permissions` at the same time, as `permissions` is read-only in `to_full` mode.
You can set mode and permissions in one request. You cannot set `mode` to `to_full` and change `permissions` at the same time, as `permissions` is read-only in `to_full` mode. When `mode` is `predictive` the `permissions` will be defined and continuously be updated by the plan it receives from the cloud.

Mode will change to standby or zero depending on the provided permissions.

Expand Down