diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-18 18:29:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-18 18:29:56 +0000 |
commit | c9db8600f0b3ec119a9a52549d2142a078963e18 (patch) | |
tree | 5879399307f3a13d6c5a2fec73f7e4574b68493d | |
parent | 6711891b05e5dc8bef36501f3940228c1107ebaa (diff) |
Update git submodules
* Update docs/submodules/ccsdk/apps.git from branch 'master'
to a0f6c597b54f42e141be6f41c6b228f4dc3ee988
- Merge "Adding custom headers capability to REST client"
- Adding custom headers capability to REST client
For YANG PATCH requests to ODL to work, they need to have a Content-
type header of application/yang.patch+json and should not have Accept
as application/json
Current REST client inserts a default header to the requests with this
content:
Content-Type: application/json
Accept: application/json
The solution was to add the possibility of sending custom headers alon-
gside the other parameters.
Change-Id: I2cf0cd2ef7b87f4f5a246d427dffafe266cb33f7
Issue-ID: CCSDK-926
Signed-off-by: ottero <rodrigo.ottero@est.tech>
m--------- | docs/submodules/ccsdk/apps.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/apps.git b/docs/submodules/ccsdk/apps.git -Subproject 94c1eb878c45e22ebf40aac47580d584bfb3cc0 +Subproject a0f6c597b54f42e141be6f41c6b228f4dc3ee98 |