Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:praekelt/vumi-go into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Sep 14, 2015
2 parents 2964ef5 + 1625b2d commit 6f0cd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/http_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ User messages are JSON objects of the following format:
"session_event": null,
"to_addr": "1234",
"to_addr_type": "msisdn",
"from_addr": "27761234567",
"from_addr": "+27761234567",
"from_addr_type": "msisdn",
"content": "This is an incoming SMS!",
"transport_name": "smpp_transport",
Expand Down Expand Up @@ -90,7 +90,7 @@ Sending Messages
$ curl -X PUT \
--user '<account-key>:<access-token>' \
--data '{"in_reply_to": "59b37288d8d94e42ab804158bdbf53e5", \
"to_addr": "27761234567", \
"to_addr": "+27761234567", \
"to_addr_type": "msisdn", \
"content": "This is an outgoing SMS!"}' \
http://go.vumi.org/api/v1/go/http_api_nostream/<conversation-key>/messages.json \
Expand Down

0 comments on commit 6f0cd01

Please sign in to comment.