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 2018/09/17 07:50:01 UTC

[kibble] 03/08: regen openapi

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 7d1690775f1784724339281c63f8e1a8fe6f06bf
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 17 09:48:39 2018 +0200

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

diff --git a/api/yaml/openapi.yaml b/api/yaml/openapi.yaml
index bc61cc2..4caa3e4 100644
--- a/api/yaml/openapi.yaml
+++ b/api/yaml/openapi.yaml
@@ -2620,6 +2620,29 @@ paths:
       security:
       - cookieAuth: []
       summary: Shows a quick email trend summary of the past 6 months for your org
+  /api/org/contributors:
+    post:
+      requestBody:
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/defaultWidgetArgs'
+      responses:
+        '200':
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/contributorList'
+          description: 200 Response
+        default:
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Error'
+          description: unexpected error
+      security:
+      - cookieAuth: []
+      summary: Shows contributors for the entire org or matching filters.
   /api/org/list:
     get:
       responses: