We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edd49bf + 2151cfa commit 1f525a8Copy full SHA for 1f525a8
docs/core.yml
@@ -767,6 +767,22 @@ paths:
767
schema:
768
type: string
769
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
786
/v1/TRUSTED-DOMAINS_API-URL:
787
get:
788
tags:
0 commit comments