From 9ccca4fd15e622d258700e8f2039849db5b3ea66 Mon Sep 17 00:00:00 2001 From: Rebecca Wheeler <rebecca.wheeler@wisc.edu> Date: Wed, 6 Nov 2024 13:00:28 -0600 Subject: [PATCH] Update Get_Lookups.json --- EI-IICS-Team/12Twenty/Get_Lookups.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/EI-IICS-Team/12Twenty/Get_Lookups.json b/EI-IICS-Team/12Twenty/Get_Lookups.json index 691709f..49ef174 100644 --- a/EI-IICS-Team/12Twenty/Get_Lookups.json +++ b/EI-IICS-Team/12Twenty/Get_Lookups.json @@ -27,6 +27,18 @@ "required" : false, "type" : "number", "format" : "int32" + }, { + "name" : "Authorization", + "in" : "header", + "description" : null, + "required" : false, + "type" : "string" + }, { + "name" : "x-api-key", + "in" : "header", + "description" : null, + "required" : false, + "type" : "string" }, { "name" : "id", "in" : "path", -- GitLab