From 3f9a7f03e2a1ab2bdc7206b9faef1c59d52b436b Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 19 Oct 2021 15:06:45 +0100 Subject: [PATCH] Summaries --- docs/api/DLUHC-CORE-Data.v1.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/DLUHC-CORE-Data.v1.json b/docs/api/DLUHC-CORE-Data.v1.json index 8ecd621f9..b8c9009c6 100644 --- a/docs/api/DLUHC-CORE-Data.v1.json +++ b/docs/api/DLUHC-CORE-Data.v1.json @@ -14,7 +14,7 @@ "/case_logs/:id": { "parameters": [], "get": { - "summary": "Get User Info by User ID", + "summary": "Get Case Log Info by Case Log ID", "tags": [], "responses": { "200": { @@ -683,7 +683,7 @@ ] }, "patch": { - "summary": "Update User Information", + "summary": "Update Case Log Information", "operationId": "patch-case_logs-case_logs-:id", "responses": { "200": { @@ -1998,7 +1998,7 @@ ] }, "delete": { - "summary": "", + "summary": "Delete a Case Log by Case Log ID", "operationId": "delete-case_logs-:id", "responses": { "204": {