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

Update file POST_cert.json

parent ca384d15
No related branches found
No related tags found
No related merge requests found
......@@ -18,18 +18,13 @@
"summary" : null,
"description" : null,
"operationId" : "POST_cert",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "payloadFromFile",
"in" : "body",
"description" : "null",
"required" : "false",
"type" : "string",
"data" : {
"type" : "certificates",
"attributes" : {
"certificate" : "payloadFromFile"
"data": {
"type": "certificates",
"attributes": {
"certificate": "payloadFromFile"
}
}
} ],
......
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