diff options
author | JosephKeenan <joseph.keenan@est.tech> | 2022-01-14 12:37:45 +0000 |
---|---|---|
committer | JosephKeenan <joseph.keenan@est.tech> | 2022-01-27 13:16:43 +0000 |
commit | 9ae554ff421bdcee332b32d9d83a8213d4e20d3d (patch) | |
tree | 229499283eefdb033d6ac814881977355d509746 /cps-rest/docs/openapi/cpsQuery.yml | |
parent | db1e983f40be1db7bca5acacf5a3369d74a29c95 (diff) |
[TECHDEBT] Align CPS Core REST API Specification and Implementationmr/822/126608/10
Issue-ID: CPS-822
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: I3179194fb6d7d7416d4f7e75ef51f05b6de89c10
Diffstat (limited to 'cps-rest/docs/openapi/cpsQuery.yml')
-rw-r--r-- | cps-rest/docs/openapi/cpsQuery.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-rest/docs/openapi/cpsQuery.yml b/cps-rest/docs/openapi/cpsQuery.yml index 4f938aa891..3049afbdf0 100644 --- a/cps-rest/docs/openapi/cpsQuery.yml +++ b/cps-rest/docs/openapi/cpsQuery.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation +# Copyright (C) 2021-2022 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,6 +44,6 @@ nodesByDataspaceAndAnchorAndCpsPath: $ref: 'components.yml#/components/responses/Unauthorized' '403': $ref: 'components.yml#/components/responses/Forbidden' - '404': - $ref: 'components.yml#/components/responses/NotFound' + '500': + $ref: 'components.yml#/components/responses/InternalServerError' x-codegen-request-body-name: xpath |