Update the SO sync and async responses.
[optf/osdf.git] / osdf / __init__.py
index 6529b0a..5d15a85 100755 (executable)
@@ -40,6 +40,8 @@ ERROR_TEMPLATE = Template("""
 ACCEPTED_MESSAGE_TEMPLATE = Template("""
 {
    "requestId": "{{ request_id }}",
-   "text": "{{ description }}"
+   "transactionId": "{{ transaction_id }}",
+   "requestStatus": "{{ request_status }}",
+   "statusMessage": "{{ status_message }}"
 }
 """)