diff --git a/docs/reference/airnode/latest/understand/http-gateways.md b/docs/reference/airnode/latest/understand/http-gateways.md index 54c07add..3384caa9 100644 --- a/docs/reference/airnode/latest/understand/http-gateways.md +++ b/docs/reference/airnode/latest/understand/http-gateways.md @@ -47,7 +47,8 @@ requests or requests to the HTTP signed data gateway: other types of requests for which only an error would be returned. The API call response, after undergoing any [post-processing](/reference/ois/latest/processing.md), will be present in - the `rawValue` field: + the response body if encoding fails, and in the `rawValue` field if the + encoding is successful: ```json { diff --git a/docs/reference/airnode/next/understand/http-gateways.md b/docs/reference/airnode/next/understand/http-gateways.md index fe4313e8..aa4c90a0 100644 --- a/docs/reference/airnode/next/understand/http-gateways.md +++ b/docs/reference/airnode/next/understand/http-gateways.md @@ -47,7 +47,7 @@ requests or requests to the HTTP signed data gateway: other types of requests for which only an error would be returned. The API call response, after undergoing any [post-processing](/reference/ois/latest/processing.md), will be present in - the `rawValue` field: + the `rawValue` field independent of encoding success or failure: ```json {