Skip to content

Commit 1f525a8

Browse files
Merge pull request #39 from code42/INTEG-2918/add-eds-to-kvs
add EDS to KVS
2 parents edd49bf + 2151cfa commit 1f525a8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/core.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,22 @@ paths:
767767
schema:
768768
type: string
769769
example: http://preservation-data-service:4200
770+
771+
/v1/EXFILTRATED-DATA-SERVICE_API-URL:
772+
get:
773+
tags:
774+
- keyvaluestore
775+
summary: Get the exfiltration data service URL
776+
operationId: ExfiltratoinDataServiceUrl_Get
777+
responses:
778+
200:
779+
description: A successful response
780+
content:
781+
'*/*':
782+
schema:
783+
type: string
784+
example: http://exfiltration-data-service:4200
785+
770786
/v1/TRUSTED-DOMAINS_API-URL:
771787
get:
772788
tags:

0 commit comments

Comments
 (0)