From: deen1985 Date: Tue, 24 Mar 2020 17:40:41 +0000 (+0100) Subject: Updated VES publishAnyEvent HTTP Headers requirement to VES 7.1.1 X-Git-Tag: 6.0.0-ONAP~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=742485edaf020f6a673486ce6f0b3235bac1fe71;p=vnfrqts%2Frequirements.git 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 --- 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 |