diff options
Diffstat (limited to 'runtime-acm/src/main/resources/openapi/openapi.yaml')
-rw-r--r-- | runtime-acm/src/main/resources/openapi/openapi.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/runtime-acm/src/main/resources/openapi/openapi.yaml b/runtime-acm/src/main/resources/openapi/openapi.yaml index 655ce7eeb..f2692a900 100644 --- a/runtime-acm/src/main/resources/openapi/openapi.yaml +++ b/runtime-acm/src/main/resources/openapi/openapi.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2022 Nordix Foundation +# Copyright (C) 2022-2023 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,6 @@ paths: - name: X-onap-RequestId in: header description: RequestID for http transaction - required: true schema: type: string format: uuid @@ -138,7 +137,7 @@ paths: description: Requests all participants to immediately generate a heartbeat report with their information and status and the information and status of all their AC Element Types and Instances. The results are published on subsequent GET REST requests on the "participants" endpoint. - operationId: orderAllParticiantsReport + operationId: orderAllParticipantsReport parameters: - name: X-onap-RequestId in: header @@ -230,7 +229,6 @@ paths: - name: X-onap-RequestId in: header description: RequestID for http transaction - required: true schema: type: string format: uuid @@ -331,7 +329,6 @@ paths: format: uuid - name: X-onap-RequestId in: header - required: true description: RequestID for http transaction schema: type: string |