From 4e8b2808da653eb7fdb9b497964cb02986a2d294 Mon Sep 17 00:00:00 2001 From: Juan Tavera Date: Tue, 24 Aug 2021 15:34:11 -0400 Subject: [PATCH] fixed report DTO's --- docs/hats/api-spec-school-report.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/hats/api-spec-school-report.md b/docs/hats/api-spec-school-report.md index 3fde539..9166458 100644 --- a/docs/hats/api-spec-school-report.md +++ b/docs/hats/api-spec-school-report.md @@ -234,8 +234,7 @@ Used to create a new report for a specified school that des not have a library. "KINDERGARTEN", "FIRST_GRADE" ], - "userName": "John Doe", - "schoolName": "Example School Name" + "reasonNoLibrarySpace": "Example" } ``` @@ -266,8 +265,7 @@ Responses: "KINDERGARTEN", "FIRST_GRADE" ], - "userName": "John Doe", - "schoolName": "Example School Name" + "reasonNoLibrarySpace": "Example" } ``` @@ -481,8 +479,7 @@ Responses: "KINDERGARTEN", "FIRST_GRADE" ], - "userName": "John Doe", - "schoolName": "Example School Name" + "reasonNoLibrarySpace": "Example" } ``` @@ -573,9 +570,7 @@ Used to update a new report for a specified school that des not have a library. "KINDERGARTEN", "FIRST_GRADE" ], - "userName": "John Doe", - "schoolName": "Example School Name", - "timetable": null + "reasonNoLibrarySpace": "Example" } ```