Skip to content

Commit

Permalink
remove redundant "files_from_A" thing in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaekgaard authored Dec 1, 2023
1 parent bd3c030 commit 2e426bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here is an example of an output from the endpoint `/entitymentions?article=test.

```JSON
{
"fileName": "data_from_A/test.txt",
"fileName": "test.txt",
"language": "en",
"sentences": [
{
Expand Down Expand Up @@ -98,7 +98,7 @@ Here is an example of an output from the endpoint when getting all articles. For
```JSON
[
{
"fileName": "data_from_A/test.txt",
"fileName": "test.txt",
"language": "en",
"sentences": [
{
Expand All @@ -119,7 +119,7 @@ Here is an example of an output from the endpoint when getting all articles. For
]
},
{
"fileName": "data_from_A/test2.txt",
"fileName": "test2.txt",
"language": "en",
"sentences": [
{
Expand Down Expand Up @@ -162,4 +162,4 @@ This endpoint expects the given request body to contain some input text and retu
hi, hr, hu, id, it, ja, kn, ko, lt, lv, mk, ml, mr, ne, nl, no, pa, pl,
pt, ro, ru, sk, sl, so, sq, sv, sw, ta, te, th, tl, tr, uk, ur, vi, zh-cn, zh-tw`

> **_NOTE:_** see [List of ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for more information
> **_NOTE:_** see [List of ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for more information

0 comments on commit 2e426bf

Please sign in to comment.