diff --git a/EI-IICS-Team/12Twenty/p_GET_Students.json b/EI-IICS-Team/12Twenty/p_GET_Students.json index 7da2cdbfed81004fe7d90b2cc0cb7b217ce14f06..972b0c6c602bc946bc6d2e079a4df5ce03c31f3e 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 8bebeaea2bdff1aa7df5d0230f63fb61bd954c98..529e098ac73e7d44d2f85f19311d324a838b9312 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 7d373c11666e6d12181e420c209f440dd686bc31..4401540e89c94d68164fc23f20b71288b539c488 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 1256c229ba67a04ecfe631f9f3f0aea2cb94fb72..33875c93170e09f1c7d5e7c50a9d98628f2dafe5 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" : {