Taiki Kawakami
/
Test-JsonAPI-Autodoc-0.22
/
eg/docs/http_with_req_params_description.md
generated at: 2014-01-12 23:54:25
POST /foo
get message ok
Target Server
http://localhost:5000
Parameters
application/json
id: Number (e.g. 1) - Some ID
message: String (e.g. "blah blah") - Awesome message!
Request
POST /foo
Response
- Status: 200
- Content-Type: application/json
{
"message" : "success"
}