From c2794bcdf4dd97e839e94763bb4eb83173a1e2c2 Mon Sep 17 00:00:00 2001 From: Daniel Pett Date: Wed, 12 Feb 2014 11:40:15 +0000 Subject: [PATCH] Updated class spelling for label-warning Slight typo fix. --- templates/help/api.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.