summaryrefslogtreecommitdiffstats
path: root/docs/_static/openapi/swagger/openapi.yml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2022-03-15 09:49:31 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2022-03-15 13:11:59 -0400
commitda6c62ff6602af2e54767cd3b4badf826df42bc6 (patch)
tree839d44062b9141156d0f97148ae7b7a96e0f7f42 /docs/_static/openapi/swagger/openapi.yml
parentf7dd1c8d0681862ca1c91d1fe0d5da1fd325d209 (diff)
Create primary documentation for Jakarta release
* Update release notes (using cps table data template) * Update openapi documentation Issue-ID: CPS-935 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Ibe7f125862379e9bb39b201e60521cc4cb24a0e2
Diffstat (limited to 'docs/_static/openapi/swagger/openapi.yml')
-rw-r--r--docs/_static/openapi/swagger/openapi.yml16
1 files changed, 2 insertions, 14 deletions
diff --git a/docs/_static/openapi/swagger/openapi.yml b/docs/_static/openapi/swagger/openapi.yml
index 7c7a10d..a96947b 100644
--- a/docs/_static/openapi/swagger/openapi.yml
+++ b/docs/_static/openapi/swagger/openapi.yml
@@ -75,14 +75,14 @@ paths:
anchor: my-anchor
data:
status: UP
+
+
'400':
$ref: '#/components/responses/BadRequest'
'401':
$ref: '#/components/responses/Unauthorized'
'403':
$ref: '#/components/responses/Forbidden'
- '500':
- $ref: '#/components/responses/InternalServerError'
'/v1/dataspaces/{dataspace-name}/anchors/history':
get:
description: 'Read anchors data based on filter criteria provided in query parameters'
@@ -128,8 +128,6 @@ paths:
$ref: '#/components/responses/Unauthorized'
'403':
$ref: '#/components/responses/Forbidden'
- '500':
- $ref: '#/components/responses/InternalServerError'
components:
parameters:
dataspaceName:
@@ -219,16 +217,6 @@ components:
status: 403
message: Forbidden error message
details: Forbidden error details
- InternalServerError:
- description: Internal Server Error
- content:
- application/json:
- schema:
- $ref: "#/components/schemas/ErrorMessage"
- example:
- status: 500
- message: Internal Server Error
- details: Internal Server Error occurred
schemas:
AnchorDetails:
type: object