summaryrefslogtreecommitdiffstats
path: root/openapi/components.yml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2023-04-20 08:48:32 +0000
committerGerrit Code Review <gerrit@onap.org>2023-04-20 08:48:32 +0000
commit5f68d54d9f3af043d7f87d9a0b3a5f2de6f06dc5 (patch)
treef750347b467c3097ed6a062833850eff3aad17c0 /openapi/components.yml
parent3c6ab2322d81d98a26e697cecdb5c4d6da548e81 (diff)
parentfff80c048f90ad6b58a00329e514f0c2e5c41dd5 (diff)
Merge "Define an interface to accept collection of cm handles for Get operation."
Diffstat (limited to 'openapi/components.yml')
-rw-r--r--openapi/components.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index 1e35c028..2bddd8b9 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -1,5 +1,5 @@
# ============LICENSE_START=======================================================
-# Copyright (C) 2021-2022 Nordix Foundation
+# Copyright (C) 2021-2023 Nordix Foundation
# Modifications Copyright (C) 2022 Bell Canada
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -164,6 +164,16 @@ components:
status: 500
message: Internal Server Error
details: Internal Server Error occured
+ NotImplemented:
+ description: Not Implemented
+ content:
+ application/json:
+ schema:
+ $ref: '#/components/schemas/ErrorMessage'
+ example:
+ status: 501
+ message: Not Implemented
+ details: Method Not Implemented
parameters:
cmHandleInPath:
name: cmHandle