diff --git a/EI-IICS-Team/SSN_POC/POST_cert.json b/EI-IICS-Team/SSN_POC/POST_cert.json index db0f54dcdf6024a0ab64cb6e7307ea03581e4dad..e94022078f7757ee5f94641d74648117adf04bee 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,