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

Update file POST_cert.json

parent 1fc03a00
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/certificates" : {
"get" : {
"tags" : [ "POST_cert" ],
"summary" : null,
"description" : null,
"operationId" : "POST_cert",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/POST_cert"
}
}
}
}
}
},
"definitions" : {
"POST_cert##data##attributes" : {
"properties" : {
"certificate" : {
"type" : "string"
},
"createdDate" : {
"type" : "string"
},
"expirationDate" : {
"type" : "string"
},
"startDate" : {
"type" : "string"
}
}
},
"POST_cert##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"POST_cert##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/POST_cert##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/POST_cert##data##links"
},
"type" : {
"type" : "string"
}
}
},
"POST_cert##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"POST_cert" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/POST_cert##data"
},
"links" : {
"$ref" : "#/definitions/POST_cert##links"
}
}
}
}
}
\ No newline at end of file
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