From 3183789ca40a266ae346c417b892da866b7d9d35 Mon Sep 17 00:00:00 2001 From: Jared Balkman <jared.balkman@wisc.edu> Date: Mon, 13 Mar 2023 14:29:08 -0500 Subject: [PATCH] Upload New File --- docs/tutorials/wiscalerts/get-lists.json | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/tutorials/wiscalerts/get-lists.json diff --git a/docs/tutorials/wiscalerts/get-lists.json b/docs/tutorials/wiscalerts/get-lists.json new file mode 100644 index 0000000..2d95e9f --- /dev/null +++ b/docs/tutorials/wiscalerts/get-lists.json @@ -0,0 +1,35 @@ +{ + "swagger" : "2.0", + "info" : { + "description" : null, + "version" : "1.0.0", + "title" : null, + "termsOfService" : null, + "contact" : null, + "license" : null + }, + "host" : "www.getrave.com", + "basePath" : "/remoteservices", + "schemes" : [ "https" ], + "paths" : { + "/rest/user/{email}/userlists" : { + "get" : { + "tags" : [ "get-lists" ], + "summary" : null, + "description" : null, + "operationId" : "get-lists", + "produces" : [ "application/xml" ], + "consumes" : [ "application/json" ], + "parameters" : [ { + "name" : "email", + "in" : "path", + "description" : null, + "required" : false, + "type" : "string" + } ], + "responses" : { } + } + } + }, + "definitions" : { } +} \ No newline at end of file -- GitLab