From e16d673ed5e1e913b8994c7f6d7dd9a3a46c9362 Mon Sep 17 00:00:00 2001 From: Rebecca Wheeler <rebecca.wheeler@wisc.edu> Date: Fri, 31 Jan 2025 10:56:39 -0600 Subject: [PATCH] Update 4 files - /EI-IICS-Team/12Twenty/p_Get_Lookups.json - /EI-IICS-Team/12Twenty/p_GET_Students.json - /EI-IICS-Team/12Twenty/p_PATCH_students.json - /EI-IICS-Team/12Twenty/p_POST_students.json --- EI-IICS-Team/12Twenty/p_GET_Students.json | 6 ++++++ EI-IICS-Team/12Twenty/p_Get_Lookups.json | 6 ++++++ EI-IICS-Team/12Twenty/p_PATCH_students.json | 6 ++++++ EI-IICS-Team/12Twenty/p_POST_students.json | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/EI-IICS-Team/12Twenty/p_GET_Students.json b/EI-IICS-Team/12Twenty/p_GET_Students.json index 7da2cdb..972b0c6 100644 --- a/EI-IICS-Team/12Twenty/p_GET_Students.json +++ b/EI-IICS-Team/12Twenty/p_GET_Students.json @@ -46,6 +46,12 @@ "description" : null, "required" : false, "type" : "string" + }, { + "name" : "User-Agent", + "in" : "header", + "description" : null, + "required" : false, + "type" : "string" } ], "responses" : { "200" : { diff --git a/EI-IICS-Team/12Twenty/p_Get_Lookups.json b/EI-IICS-Team/12Twenty/p_Get_Lookups.json index 8bebeae..529e098 100644 --- a/EI-IICS-Team/12Twenty/p_Get_Lookups.json +++ b/EI-IICS-Team/12Twenty/p_Get_Lookups.json @@ -32,6 +32,12 @@ "description" : null, "required" : false, "type" : "string" + }, { + "name" : "User-Agent", + "in" : "header", + "description" : null, + "required" : false, + "type" : "string" }, { "name" : "id", "in" : "path", diff --git a/EI-IICS-Team/12Twenty/p_PATCH_students.json b/EI-IICS-Team/12Twenty/p_PATCH_students.json index 7d373c1..4401540 100644 --- a/EI-IICS-Team/12Twenty/p_PATCH_students.json +++ b/EI-IICS-Team/12Twenty/p_PATCH_students.json @@ -40,6 +40,12 @@ "description" : null, "required" : false, "type" : "string" + }, { + "name" : "User-Agent", + "in" : "header", + "description" : null, + "required" : false, + "type" : "string" }, { "name" : "id", "in" : "path", diff --git a/EI-IICS-Team/12Twenty/p_POST_students.json b/EI-IICS-Team/12Twenty/p_POST_students.json index 1256c22..33875c9 100644 --- a/EI-IICS-Team/12Twenty/p_POST_students.json +++ b/EI-IICS-Team/12Twenty/p_POST_students.json @@ -40,6 +40,12 @@ "description" : null, "required" : false, "type" : "string" + }, { + "name" : "User-Agent", + "in" : "header", + "description" : null, + "required" : false, + "type" : "string" } ], "responses" : { "200" : { -- GitLab