From ca384d1565d3070e3fa88a60e8292bd80fbfb23c Mon Sep 17 00:00:00 2001 From: Rebecca Wheeler <rebecca.wheeler@wisc.edu> Date: Mon, 24 Mar 2025 16:58:25 -0500 Subject: [PATCH] Edit POST_cert.json --- EI-IICS-Team/SSN_POC/POST_cert.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/EI-IICS-Team/SSN_POC/POST_cert.json b/EI-IICS-Team/SSN_POC/POST_cert.json index 0793560..6e3ec13 100644 --- a/EI-IICS-Team/SSN_POC/POST_cert.json +++ b/EI-IICS-Team/SSN_POC/POST_cert.json @@ -18,9 +18,21 @@ "summary" : null, "description" : null, "operationId" : "POST_cert", - "produces" : [ "application/vnd.api+json" ], - "consumes" : [ "application/vnd.api+json" ], - "parameters" : [ ], + "produces" : [ "application/json" ], + "consumes" : [ "application/json" ], + "parameters" : [ { + "name" : "payloadFromFile", + "in" : "body", + "description" : "null", + "required" : "false", + "type" : "string", + "data" : { + "type" : "certificates", + "attributes" : { + "certificate" : "payloadFromFile" + } + } +} ], "responses" : { "200" : { "description" : "successful operation", -- GitLab