From 742485edaf020f6a673486ce6f0b3235bac1fe71 Mon Sep 17 00:00:00 2001 From: deen1985 Date: Tue, 24 Mar 2020 18:40:41 +0100 Subject: Updated VES publishAnyEvent HTTP Headers requirement to VES 7.1.1 Includes a change in HTTP headers required in publishAnyEvent use-case. Authorization header "Required?" property set to "No" to align with publishEventBatch, and VES7.1.1 implementation. Signed-off-by: deen1985 Change-Id: Id7fc8bbc0b62044a2cf8524ca2bd8029763283ce Issue-ID: VNFRQTS-863 --- docs/Chapter8/ves7_1spec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Chapter8') diff --git a/docs/Chapter8/ves7_1spec.rst b/docs/Chapter8/ves7_1spec.rst index 2427c6f..44b3725 100644 --- a/docs/Chapter8/ves7_1spec.rst +++ b/docs/Chapter8/ves7_1spec.rst @@ -3729,7 +3729,7 @@ case-insensitive): | | | | | | | | | - application/json | +---------------+----------+----------+---------------------------------------+ -| Authorization | string | Yes | The username and password are formed | +| Authorization | string | No | The username and password are formed | | | | | into one string as | | | | | ``username:password``. This string is | | | | | then Base64 encoded to produce the | -- cgit 1.2.3-korg