From 490076a89a49e764362a55e06a5903009127cc12 Mon Sep 17 00:00:00 2001 From: "jeremy@bigjungle.net" Date: Wed, 27 Sep 2023 11:27:21 +0100 Subject: [PATCH] Modified 2 files --- api.yml | 2 +- models/Claim.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api.yml b/api.yml index c1b3d971..4c530e74 100644 --- a/api.yml +++ b/api.yml @@ -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 diff --git a/models/Claim.yaml b/models/Claim.yaml index f657e9bd..612ef77d 100644 --- a/models/Claim.yaml +++ b/models/Claim.yaml @@ -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'