Skip to content

Commit 5d4c84b

Browse files
authored
Make api.rf.com demo endpoint default in clientc
1 parent 2642ac0 commit 5d4c84b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ info:
1515
* [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
1616
1717
servers:
18-
- url: http://localhost:8080/
19-
description: Local on-premise installation
2018
- url: https://api.regulaforensics.com/
21-
description: Regula document reader SaaS
19+
description: Latest stable Regula Document Reader demo endpoint
2220
- url: https://test-api.regulaforensics.com/
23-
description: Regula document reader test SaaS
21+
description: Nightly Regula document reader demo endpoint
22+
- url: http://localhost:8080/
23+
description: Local on-premise installation
24+
2425

2526

2627
paths:
@@ -89,4 +90,4 @@ components:
8990
AuthenticityCheckResult:
9091
$ref: "./rt-authenticity.yml#/components/schemas/AuthenticityCheckResult"
9192
AuthenticityResultType:
92-
$ref: './authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType'
93+
$ref: './authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType'

0 commit comments

Comments
 (0)