You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/23 21:11:56 UTC

[kibble] 03/04: regen api spec

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/kibble.git

commit b0cbc26cc9c14142c2ccd723a6c1cd54afd5cb27
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Oct 23 23:11:33 2017 +0200

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

diff --git a/api/yaml/openapi.yaml b/api/yaml/openapi.yaml
index d457ec4..11ed592 100644
--- a/api/yaml/openapi.yaml
+++ b/api/yaml/openapi.yaml
@@ -1667,6 +1667,46 @@ paths:
       security:
       - cookieAuth: []
       summary: Shows a breakdown of the (analyzed) mood in emails
+  /api/mail/mood-timeseries:
+    get:
+      responses:
+        '200':
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Timeseries'
+          description: 200 Response
+        default:
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Error'
+          description: unexpected error
+      security:
+      - cookieAuth: []
+      summary: Shows a breakdown of the (analyzed) mood in emails as a timeseries
+    post:
+      requestBody:
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/defaultWidgetArgs'
+      responses:
+        '200':
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Timeseries'
+          description: 200 Response
+        default:
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Error'
+          description: unexpected error
+      security:
+      - cookieAuth: []
+      summary: Shows a breakdown of the (analyzed) mood in emails as a timeseries
   /api/mail/pony-timeseries:
     get:
       responses:

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.