From 5a541497b69a719dd962f9ac76fb3fb7f8faa27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 30 Sep 2020 01:49:11 +0200 Subject: [PATCH] update api url --- output-service-rdb.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/output-service-rdb.yml b/output-service-rdb.yml index b41c36e..6c3e20b 100644 --- a/output-service-rdb.yml +++ b/output-service-rdb.yml @@ -11,13 +11,13 @@ info: servers: - url: https://birb.k8s.kmlabz.com tags: -- name: result +- name: output description: Output Service - RDB interaction paths: - /result: + /output: get: tags: - - result + - output summary: Get all decision objects operationId: getall responses: @@ -33,10 +33,10 @@ paths: 'application/JSON': schema: $ref: '#/components/schemas/ApiResponse' - /result/filter/negative: + /output/filter/negative: get: tags: - - result + - output summary: Get all negative decision objects operationId: getallnegative responses: @@ -52,10 +52,10 @@ paths: 'application/JSON': schema: $ref: '#/components/schemas/ApiResponse' - /result/filter/positive: + /output/filter/positive: get: tags: - - result + - output summary: Get positive decision objects operationId: getallpositive responses: @@ -71,10 +71,10 @@ paths: 'application/JSON': schema: $ref: '#/components/schemas/ApiResponse' - /result/after/{dateAfter}: + /output/after/{dateAfter}: get: tags: - - result + - output summary: Get decision before a date operationId: getallafter parameters: @@ -98,10 +98,10 @@ paths: 'application/JSON': schema: $ref: '#/components/schemas/ApiResponse' - /result/before/{dateBefore}: + /output/before/{dateBefore}: get: tags: - - result + - output summary: Get decision before a date operationId: getallbefore parameters: @@ -125,10 +125,10 @@ paths: 'application/JSON': schema: $ref: '#/components/schemas/ApiResponse' - /result/{tagID}: + /output/{tagID}: get: tags: - - result + - output summary: Get decision by ID operationId: getDecision parameters: