update api url

This commit is contained in:
Torma Kristóf 2020-09-30 01:49:11 +02:00
parent e48bbc7f8c
commit 5a541497b6
1 changed files with 13 additions and 13 deletions

View File

@ -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: