8000 Update REST API by Maschga · Pull Request #747 · evcc-io/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update REST API #747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 21, 2025
11 changes: 7 additions & 4 deletions static/rest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ paths:
properties:
vehicle:
$ref: "#/components/schemas/VehicleName"
loadpoint:
$ref: "#/components/schemas/LoadpointName"
responses:
"200":
description: Success
Expand Down Expand Up @@ -984,10 +986,7 @@ components:
finished:
$ref: "#/components/schemas/Timestamp"
loadpoint:
type: string
description: >-
[See
documentation](/en/docs/reference/configuration/loadpoints#title)
$ref: "#/components/schemas/LoadpointName"
vehicle:
$ref: "#/components/schemas/VehicleName"
odometer:
Expand Down Expand Up @@ -1048,6 +1047,10 @@ components:
type: integer
example: 1
minimum: 1
LoadpointName:
description: "[See documentation](/en/docs/reference/configuration/loadpoints#title)"
type: string
example: Garage
LogArea:
description: "[See documentation](/en/docs/reference/configuration/log#levels)"
type: string
Expand Down
0