From 9bf8d06e3c6be207f6f1e914bb312d2e9b9d71b8 Mon Sep 17 00:00:00 2001 From: Mat Evans Date: Tue, 1 Jun 2021 13:22:15 +0100 Subject: [PATCH] BAU Update README to reflect messageId always existing in response --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76cd850..22da1b3 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ HTTP Status: 200 (OK) | Name | Description | | --- | --- | | `globalId` | Unique identifier allocated to the request when it is received | -| `messageId` | This optional property, if present, is the value provided by the `addressing.messageId` property of the request| +| `messageId` | The value provided by the `addressing.messageId` property of the request| | `status` | One of `SENT` if the response from the SOAP service was 2xx, `RETRYING` if an error response was received from the SOAP service, or `FAILED` if all retries have been exhausted| | `ccnHttpStatus` | The HTTP status code returned by the SOAP service|