diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-03-29 11:22:31 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-04-04 12:06:34 +0100 |
commit | 39450c583c097c3b083ca79a39c5f99a218f6cdc (patch) | |
tree | a975b082dbf11e6536c6fc5bee09215d830a3224 /openapi/openapi.yml | |
parent | 15bbf1487764bbfeaffcaa6a4a4beaea69f50d1e (diff) |
[dmi-plugin] Fix getResourceDataForPassthroughOperational endpoint
Get endpoint only accepts application/json.
Issue-ID: CPS-957
Change-Id: I7b9dd00f293f183dc76623c8e32699e8e90fd17c
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Diffstat (limited to 'openapi/openapi.yml')
-rw-r--r-- | openapi/openapi.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openapi/openapi.yml b/openapi/openapi.yml index e9772620..bae76394 100644 --- a/openapi/openapi.yml +++ b/openapi/openapi.yml @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2021 Nordix Foundation +# Modifications Copyright (C) 2022 Bell Canada # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -124,7 +125,6 @@ paths: parameters: - $ref: 'components.yml#/components/parameters/cmHandleInPath' - $ref: 'components.yml#/components/parameters/resourceIdentifierInQuery' - - $ref: 'components.yml#/components/parameters/acceptParamInHeader' - $ref: 'components.yml#/components/parameters/optionsParamInQuery' requestBody: description: Operational body @@ -158,7 +158,6 @@ paths: parameters: - $ref: 'components.yml#/components/parameters/cmHandleInPath' - $ref: 'components.yml#/components/parameters/resourceIdentifierInQuery' - - $ref: 'components.yml#/components/parameters/acceptParamInHeader' - $ref: 'components.yml#/components/parameters/optionsParamInQuery' requestBody: content: |