Skip to content

Commit

Permalink
GitBook: [master] 2 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tabsl authored and gitbook-bot committed Nov 26, 2018
1 parent d1afdab commit dd6379e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ It´s based on the PHP micro framework [Lumen](https://lumen.laravel.com/).

## Status quo

This project is wip \(work in progress\). The API is functionally working and the first route _articles_ exists.
This project is wip \(work in progress\). The API is functionally working and the first route [_articles_](routes-1/routes/articles.md#get-all-articles) exists.

{% page-ref page="contribution.md" %}

Expand Down
2 changes: 1 addition & 1 deletion routes-1/routes/articles.md
Expand Up @@ -19,7 +19,7 @@ Get all articles.
{% api-method-request %}
{% api-method-query-parameters %}
{% api-method-parameter name="limit" type="number" required=false %}
number of results to return
number of results to return \(standard: 100\)
{% endapi-method-parameter %}

{% api-method-parameter name="order" type="string" required=false %}
Expand Down

0 comments on commit dd6379e

Please sign in to comment.