From 9912d4d80d4caf6fd063d510d1a1379795eb62f6 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Wed, 29 Jul 2020 22:52:11 +0200 Subject: [PATCH] Set operationId --- openkarotz-openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openkarotz-openapi.yaml b/openkarotz-openapi.yaml index 33be5d7..1d345fb 100644 --- a/openkarotz-openapi.yaml +++ b/openkarotz-openapi.yaml @@ -14,6 +14,7 @@ paths: un tableau JSON avec les attributs get: summary: get status + operationId: status responses: "200": description: la liste des informations sur le karotz @@ -45,6 +46,7 @@ paths: description: Renvoi les versions des différents composants get: summary: get version + operationId: version responses: "200": description: Renvoi les versions des différents composants @@ -64,6 +66,7 @@ paths: avec la valeur 1 aucun son n’est joué. get: summary: wakeup karotz + operationId: wakeup parameters: - name: silent in: query