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/20 13:35:27 UTC

[kibble] 03/12: need an optional admin bool here

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 0257a759cd2eec3c9f4c1591468a686c9d334b93
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Oct 20 15:07:12 2017 +0200

    need an optional admin bool here
    
    this would be for making people admins of orgs when
    inviting them to it.
---
 api/yaml/openapi/components/schemas/UserAccountEdit.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/api/yaml/openapi/components/schemas/UserAccountEdit.yaml b/api/yaml/openapi/components/schemas/UserAccountEdit.yaml
index 431e956..736a056 100644
--- a/api/yaml/openapi/components/schemas/UserAccountEdit.yaml
+++ b/api/yaml/openapi/components/schemas/UserAccountEdit.yaml
@@ -19,5 +19,9 @@ properties:
     description: Desired password for the account
     example: kibbledemo
     type: string
+  admin:
+    description: when adding users to orgs, this signifies ownership
+    type: boolean
+    example: false
 required:
 - email

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