Skip to content
raulbajales edited this page Oct 30, 2012 · 4 revisions
  • Name: Answer
  • Description: Answer an question. It adds an answer and pushes the answer to MELI
  • Request
  • URI: /api/answers
  • Request
  • Http Method: POST
  • Body: {"question_id": SOME_QUESTION_ID, "text":"Some text here..."}
  • Content-Type: application/json
  • Response
  • Status Code: 200
  • Samples
  • http://development.ventalandia-meli.appspot.com/api/answers
  • Request body:
{"question_id": 1234, "text":"Si, trabajamos en Navidad."}
Clone this wiki locally