From 588d6dbf96990a0355eeb788608f905add9fe882 Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Tue, 25 Mar 2025 09:13:33 -0500
Subject: [PATCH] Edit POST_cert.json

---
 EI-IICS-Team/SSN_POC/POST_cert.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/EI-IICS-Team/SSN_POC/POST_cert.json b/EI-IICS-Team/SSN_POC/POST_cert.json
index db0f54d..e940220 100644
--- a/EI-IICS-Team/SSN_POC/POST_cert.json
+++ b/EI-IICS-Team/SSN_POC/POST_cert.json
@@ -21,7 +21,14 @@
         "produces" : [ "application/vnd.api+json" ],
         "consumes" : [ "application/vnd.api+json" ],
         "parameters" : [ {
-          "name" : "payloadFromFile",
+          "name" : [ {
+             "data": {
+              "type": "certificates",
+              "attributes": {
+                "certificate": "CertPayloadHere"
+    }
+  }
+} ],
           "in" : "body",
           "description" : null,
           "required" : false,
-- 
GitLab