Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/help/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2>Applications API end point</h2>
<li><a href="{{url_for('api.api_app')}}">{{url_for('api.api_app', _external=True)}}</a></li>
</ul>
<p>
<span class="label labe-warning"><i class="icon-bullhorn"></i> Note</span>
<span class="label label-warning"><i class="icon-bullhorn"></i> Note</span>
GET actions are limited to only 20 items by default,
you can use <em>limit</em> and <em>offset</em> to tune the number of results.
For further information read the <a href="http://docs.pybossa.com/en/latest/api.html">documentation</a>.
Expand All @@ -49,7 +49,7 @@ <h2>Tasks API end point</h2>
<li><a href="{{url_for('api.api_task')}}">{{url_for('api.api_task', _external=True)}}</a></li>
</ul>
<p>
<span class="label labe-warning"><i class="icon-bullhorn"></i> Note</span>
<span class="label label-warning"><i class="icon-bullhorn"></i> Note</span>
GET actions are limited to only 20 items by default,
you can use <em>limit</em> and <em>offset</em> to tune the number of results.
For further information read the <a href="http://docs.pybossa.com/en/latest/api.html">documentation</a>.
Expand Down Expand Up @@ -77,7 +77,7 @@ <h2>Task Runs API end point</h2>
<li><a href="{{url_for('api.api_taskrun')}}">{{url_for('api.api_taskrun', _external=True)}}</a></li>
</ul>
<p>
<span class="label labe-warning"><i class="icon-bullhorn"></i> Note</span>
<span class="label label-warning"><i class="icon-bullhorn"></i> Note</span>
GET actions are limited to only 20 items by default,
you can use <em>limit</em> and <em>offset</em> to tune the number of results.
For further information read the <a href="http://docs.pybossa.com/en/latest/api.html">documentation</a>.
Expand Down