diff --git a/templates/help/api.html b/templates/help/api.html index 325fcd120..526301b8b 100644 --- a/templates/help/api.html +++ b/templates/help/api.html @@ -27,7 +27,7 @@

Applications API end point

  • {{url_for('api.api_app', _external=True)}}
  • - Note + Note GET actions are limited to only 20 items by default, you can use limit and offset to tune the number of results. For further information read the documentation. @@ -49,7 +49,7 @@

    Tasks API end point

  • {{url_for('api.api_task', _external=True)}}
  • - Note + Note GET actions are limited to only 20 items by default, you can use limit and offset to tune the number of results. For further information read the documentation. @@ -77,7 +77,7 @@

    Task Runs API end point

  • {{url_for('api.api_taskrun', _external=True)}}
  • - Note + Note GET actions are limited to only 20 items by default, you can use limit and offset to tune the number of results. For further information read the documentation.