From 470c46bff2106630bc1fd677fdae0716e2ec4311 Mon Sep 17 00:00:00 2001 From: Rebecca Wheeler <rebecca.wheeler@wisc.edu> Date: Mon, 24 Mar 2025 17:32:11 -0500 Subject: [PATCH] Edit POST_cert.json --- EI-IICS-Team/SSN_POC/POST_cert.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/EI-IICS-Team/SSN_POC/POST_cert.json b/EI-IICS-Team/SSN_POC/POST_cert.json index 34df266..cd9ed7c 100644 --- a/EI-IICS-Team/SSN_POC/POST_cert.json +++ b/EI-IICS-Team/SSN_POC/POST_cert.json @@ -21,17 +21,11 @@ "produces" : [ "application/vnd.api+json" ], "consumes" : [ "application/vnd.api+json" ], "parameters" : [ { - "name" : "certificates", + "certificate" : "payloadFromFile", "in" : "body", "description" : null, "required" : false, - "type" : "string", - "data": { - "type": "certificates", - "attributes": { - "certificate": "payloadFromFile" - } - } + "type" : "string" } ], "responses" : { "200" : { -- GitLab