Skip to content

Commit

Permalink
Merge pull request #736 from OpenEVSE/api_url_fix
Browse files Browse the repository at this point in the history
Attempt 2 at fixing URL to Client ID list
  • Loading branch information
glynhudson authored Oct 25, 2023
2 parents c41fd84 + 5649875 commit 89b518d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ paths:
name: client
in: path
required: true
description: 'The client ID, defined by [OpenEVSE](https://github.com/OpenEVSE/openevse_esp32_firmware/blob/master/src/evse_man.h#L27)'
description: 'The client ID, defined by [OpenEVSE](https://github.com/OpenEVSE/openevse_esp32_firmware/blob/master/src/evse_man.h#L28)'
/schedule:
get:
summary: List schedule events
Expand Down
2 changes: 1 addition & 1 deletion models/Claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ allOf:
properties:
client:
type: integer
description: 'The client ID, defined by [OpenEVSE](src/evse_man.h#L25)'
description: 'The client ID, defined by [OpenEVSE](https://github.com/OpenEVSE/openevse_esp32_firmware/blob/master/src/evse_man.h#L28)'
priority:
type: integer
description: 'The priority of the claim, the higher the number the higher the priority'
Expand Down

0 comments on commit 89b518d

Please sign in to comment.