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

Edit POST_cert.json

parent 92fe0c94
No related branches found
No related tags found
No related merge requests found
...@@ -21,17 +21,11 @@ ...@@ -21,17 +21,11 @@
"produces" : [ "application/vnd.api+json" ], "produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ], "consumes" : [ "application/vnd.api+json" ],
"parameters" : [ { "parameters" : [ {
"name" : "certificates", "certificate" : "payloadFromFile",
"in" : "body", "in" : "body",
"description" : null, "description" : null,
"required" : false, "required" : false,
"type" : "string", "type" : "string"
"data": {
"type": "certificates",
"attributes": {
"certificate": "payloadFromFile"
}
}
} ], } ],
"responses" : { "responses" : {
"200" : { "200" : {
......
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