Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
chore: fix path in API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Dec 23, 2020
1 parent bc54da4 commit 66b2632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -179,6 +179,6 @@ SELECT Sentences.*
| Get info for a single sentence. Replace `:locale` with the locale code for the language. In the browser you can just copy/paste the sentence and it will correctly handle spaces and symbols). | `/sentence-collector/sentences/:locale` | `/sentence-collector/sentences/de?sentence=Wie%20zuverl%C3%A4ssig%20eine%20Versicherung%20zahlt,%20wei%C3%9F%20man%20erst,%20wenn%20man%20sie%20braucht.` |
| Get all sources. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/sources/:locale` | `/sentence-collector/sentences/sources/de` |
| Get all sentences as text. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/text/:locale` | `/sentence-collector/sentences/text/de` |
| Get all approved sentences as text. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/approved/:locale` | `/sentence-collector/sentences/approved/de` |
| Get all undecided sentences as text. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/undecided/:locale` | `/sentence-collector/sentences/undecided/de` |
| Get all rejected sentences as text. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/rejected/:locale` | `/sentence-collector/sentences/rejected/de` |
| Get all approved sentences as text. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/text/approved/:locale` | `/sentence-collector/sentences/text/approved/de` |
| Get all undecided sentences as text. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/text/undecided/:locale` | `/sentence-collector/sentences/text/undecided/de` |
| Get all rejected sentences as text. Replace `:locale` with the locale code for the language. | `/sentence-collector/sentences/text/rejected/:locale` | `/sentence-collector/sentences/text/rejected/de` |

0 comments on commit 66b2632

Please sign in to comment.