Skip to content

Commit

Permalink
Make api.rf.com demo endpoint default in clientc
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau authored Apr 5, 2021
1 parent 2642ac0 commit 5d4c84b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ info:
* [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
servers:
- url: http://localhost:8080/
description: Local on-premise installation
- url: https://api.regulaforensics.com/
description: Regula document reader SaaS
description: Latest stable Regula Document Reader demo endpoint
- url: https://test-api.regulaforensics.com/
description: Regula document reader test SaaS
description: Nightly Regula document reader demo endpoint
- url: http://localhost:8080/
description: Local on-premise installation



paths:
Expand Down Expand Up @@ -89,4 +90,4 @@ components:
AuthenticityCheckResult:
$ref: "./rt-authenticity.yml#/components/schemas/AuthenticityCheckResult"
AuthenticityResultType:
$ref: './authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType'
$ref: './authenticity/e-result-type.yml#/components/schemas/AuthenticityResultType'

0 comments on commit 5d4c84b

Please sign in to comment.