From fa9912503ad15734452a806cef08cc59a1a77498 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 13 Jun 2023 12:32:29 -0400 Subject: Support HTTP PATCH in AAI adaptor Update AAI adaptor to send proper HTTP header to use HTTP PATCH Issue-ID: CCSDK-3908 Signed-off-by: Dan Timoney Change-Id: I231c19127789e66a65d73b6d58386079e618a515 --- core/sliapi/model/swagger/src/main/yaml/sliapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/sliapi/model/swagger/src/main/yaml/sliapi.yaml') diff --git a/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml b/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml index 8ca9fc6f2..e35e3ca07 100644 --- a/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml +++ b/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml @@ -18,7 +18,7 @@ info: Relating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version\ \ of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal\ \ notices." - version: "1.6.2-SNAPSHOT" + version: "1.7.0-SNAPSHOT" title: "SLI-API,ietf-yang-types,ietf-inet-types API" consumes: - "application/json" -- cgit 1.2.3-korg