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