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/12/03 12:48:10 UTC

[kibble] 02/02: regenerate 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/kibble.git

commit 2905e1f367de12e753cb802826e17cdf0bd553c6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Dec 3 13:47:32 2017 +0100

    regenerate openapi.yaml
---
 api/yaml/openapi.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/api/yaml/openapi.yaml b/api/yaml/openapi.yaml
index cf97c90..135b4a1 100644
--- a/api/yaml/openapi.yaml
+++ b/api/yaml/openapi.yaml
@@ -136,6 +136,12 @@ components:
           type: object
     Source:
       properties:
+        consumer_key:
+          description: consumer key (for some apps)
+          type: string
+        consumer_secret:
+          description: consumer secret (for some apps)
+          type: string
         cookie:
           description: optional session cookie for auth
           type: string
@@ -151,6 +157,12 @@ components:
         sourceURL:
           description: The origin URL of this source.
           type: string
+        token:
+          description: API token
+          type: string
+        token_secret:
+          description: API secret token (for some apps)
+          type: string
         type:
           description: The type of source (git, svn, bugzilla, mail, etc)
           type: string

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