update api url
This commit is contained in:
parent
e48bbc7f8c
commit
5a541497b6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user