diff options
Diffstat (limited to 'openapi')
-rw-r--r-- | openapi/components.yml | 27 | ||||
-rw-r--r-- | openapi/openapi.yml | 3 |
2 files changed, 20 insertions, 10 deletions
diff --git a/openapi/components.yml b/openapi/components.yml index bf91cd23..c317ba76 100644 --- a/openapi/components.yml +++ b/openapi/components.yml @@ -1,3 +1,22 @@ +# ============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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= + components: schemas: ErrorMessage: @@ -158,14 +177,6 @@ components: type: string example: my-schema:my-node - acceptParamInHeader: - name: accept - in: header - description: Accept parameter for response, if accept parameter is null, that means client can accept any format. - schema: - type: string - enum: [ application/json, application/yang-data+json ] - optionsParamInQuery: name: options in: query 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: |