update api url
This commit is contained in:
parent
e48bbc7f8c
commit
5a541497b6
@ -11,13 +11,13 @@ info:
|
|||||||
servers:
|
servers:
|
||||||
- url: https://birb.k8s.kmlabz.com
|
- url: https://birb.k8s.kmlabz.com
|
||||||
tags:
|
tags:
|
||||||
- name: result
|
- name: output
|
||||||
description: Output Service - RDB interaction
|
description: Output Service - RDB interaction
|
||||||
paths:
|
paths:
|
||||||
/result:
|
/output:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- result
|
- output
|
||||||
summary: Get all decision objects
|
summary: Get all decision objects
|
||||||
operationId: getall
|
operationId: getall
|
||||||
responses:
|
responses:
|
||||||
@ -33,10 +33,10 @@ paths:
|
|||||||
'application/JSON':
|
'application/JSON':
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ApiResponse'
|
$ref: '#/components/schemas/ApiResponse'
|
||||||
/result/filter/negative:
|
/output/filter/negative:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- result
|
- output
|
||||||
summary: Get all negative decision objects
|
summary: Get all negative decision objects
|
||||||
operationId: getallnegative
|
operationId: getallnegative
|
||||||
responses:
|
responses:
|
||||||
@ -52,10 +52,10 @@ paths:
|
|||||||
'application/JSON':
|
'application/JSON':
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ApiResponse'
|
$ref: '#/components/schemas/ApiResponse'
|
||||||
/result/filter/positive:
|
/output/filter/positive:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- result
|
- output
|
||||||
summary: Get positive decision objects
|
summary: Get positive decision objects
|
||||||
operationId: getallpositive
|
operationId: getallpositive
|
||||||
responses:
|
responses:
|
||||||
@ -71,10 +71,10 @@ paths:
|
|||||||
'application/JSON':
|
'application/JSON':
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ApiResponse'
|
$ref: '#/components/schemas/ApiResponse'
|
||||||
/result/after/{dateAfter}:
|
/output/after/{dateAfter}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- result
|
- output
|
||||||
summary: Get decision before a date
|
summary: Get decision before a date
|
||||||
operationId: getallafter
|
operationId: getallafter
|
||||||
parameters:
|
parameters:
|
||||||
@ -98,10 +98,10 @@ paths:
|
|||||||
'application/JSON':
|
'application/JSON':
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ApiResponse'
|
$ref: '#/components/schemas/ApiResponse'
|
||||||
/result/before/{dateBefore}:
|
/output/before/{dateBefore}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- result
|
- output
|
||||||
summary: Get decision before a date
|
summary: Get decision before a date
|
||||||
operationId: getallbefore
|
operationId: getallbefore
|
||||||
parameters:
|
parameters:
|
||||||
@ -125,10 +125,10 @@ paths:
|
|||||||
'application/JSON':
|
'application/JSON':
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ApiResponse'
|
$ref: '#/components/schemas/ApiResponse'
|
||||||
/result/{tagID}:
|
/output/{tagID}:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- result
|
- output
|
||||||
summary: Get decision by ID
|
summary: Get decision by ID
|
||||||
operationId: getDecision
|
operationId: getDecision
|
||||||
parameters:
|
parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user