Skip to content
Snippets Groups Projects
Commit a3c3dffe authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Edit POST_cert.json

parent d7671a37
No related branches found
No related tags found
No related merge requests found
...@@ -21,14 +21,14 @@ ...@@ -21,14 +21,14 @@
"produces" : [ "application/json" ], "produces" : [ "application/json" ],
"consumes" : [ "application/json" ], "consumes" : [ "application/json" ],
"parameters" : [ { "parameters" : [ {
"name" : [ { "name" : {
"data": { "data": {
"type": "certificates", "type": "certificates",
"attributes": { "attributes": {
"certificate": "CertPayloadHere" "certificate": "CertPayloadHere"
} }
} }
} ], },
"in" : "body", "in" : "body",
"description" : null, "description" : null,
"required" : false, "required" : false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment