Skip to content

Commit

Permalink
Formatting in API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcamilleri committed Apr 26, 2020
1 parent f087caa commit 1442b49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions public/markdown/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ Load the wordforms for a particular lexeme.

> [/lexemes/wordforms/5200a366e36f237975000f26](#{baseURL}/lexemes/wordforms/5200a366e36f237975000f26)
| Argument | Description | Example |
|:------------------|:------------------------------------------|:-----------------------------------------|
| `:id` (required) | Lexeme ID | `5200a366e36f237975000f26` |
| `match` | Limit to surface forms matching substring | `kom` |
| `pending` | Include pending entries? | `0` (default) or `1` | |
| `exclude_sources` | Exclude wordforms from given sources | 'Camilleri2013,Apertium2014' |
| `sort` | Sort wordforms | `0` or `1` (default) |
| Argument | Description | Example |
|:------------------|:------------------------------------------|:-----------------------------|
| `:id` (required) | Lexeme ID | `5200a366e36f237975000f26` |
| `match` | Limit to surface forms matching substring | `kom` |
| `pending` | Include pending entries? | `0` (default) or `1` |
| `exclude_sources` | Exclude wordforms from given sources | `Camilleri2013,Apertium2014` |
| `sort` | Sort wordforms | `0` or `1` (default) |

### Load related lexemes <small>Since v2.4</small>

Expand Down

0 comments on commit 1442b49

Please sign in to comment.