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

Edit POST_cert.json

parent fa4562ba
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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