Skip to content

Commit edd0852

Browse files
author
Jarrad Lee
committed
Updated readme messaging example with correct response contract.
1 parent 50f697a commit edd0852

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,10 @@ Here's a basic code example with JSON response.
5757
5858
.. code-block:: javascript
5959
60-
{'errors': [],
61-
'reference_id': 'DGFDF6E11AB86303ASDFD425BE00000657',
62-
'resource_uri': '/v1/verify/DGFDF6E11AB86303ASDFD425BE00000657',
60+
{'reference_id': 'DGFDF6E11AB86303ASDFD425BE00000657',
6361
'status': {'code': 103,
6462
'description': 'Call in progress',
65-
'updated_on': '2016-12-12T00:39:58.325559Z'},
66-
'sub_resource': 'call',
67-
'verify': {'code_state': 'UNKNOWN', 'code_entered': ''}}
63+
'updated_on': '2016-12-12T00:39:58.325559Z'}}
6864
6965
For more examples, see the examples folder or visit `TeleSign Developer Portal <https://developer.telesign.com/>`_.
7066

0 commit comments

Comments
 (0)