From ed4c291a1f4972286da4b8119dbc4da687417299 Mon Sep 17 00:00:00 2001 From: Rebecca Wheeler <rebecca.wheeler@wisc.edu> Date: Thu, 12 Sep 2024 11:28:02 -0500 Subject: [PATCH] Update GET_Students.json --- EI-IICS-Team/12Twenty/GET_Students.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/EI-IICS-Team/12Twenty/GET_Students.json b/EI-IICS-Team/12Twenty/GET_Students.json index b03f2ae..2419f46 100644 --- a/EI-IICS-Team/12Twenty/GET_Students.json +++ b/EI-IICS-Team/12Twenty/GET_Students.json @@ -32,14 +32,13 @@ "description" : null, "required" : false, "type" : "string" - },{ + }, { "name" : "page", "in" : "query", "description" : null, "required" : false, "type" : "integer" - } - ], + }], "responses" : { "200" : { "description" : "successful operation", -- GitLab