You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/29 20:44:25 UTC

[incubator-warble-server] 04/05: regen openapi yaml

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git

commit b737d78f64e71227ed40b357ca4d51ced40adb6d
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Jun 29 15:43:54 2018 -0500

    regen openapi yaml
---
 api/yaml/openapi.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/api/yaml/openapi.yaml b/api/yaml/openapi.yaml
index 15c9816..8c164e2 100644
--- a/api/yaml/openapi.yaml
+++ b/api/yaml/openapi.yaml
@@ -479,6 +479,22 @@ paths:
                 $ref: '#/components/schemas/Error'
           description: unexpected error
       summary: Displays the current status of a node
+  /api/node/tasks:
+    get:
+      responses:
+        '200':
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/TaskList'
+          description: Node task list
+        default:
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Error'
+          description: unexpected error
+      summary: Returns a list of tasks assigned to a given node
   /api/session:
     delete:
       requestBody:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org