Show More
@@ -190,7 +190,9 b' def create_user_group(' | |||
|
190 | 190 | :param active: Set this group as active. |
|
191 | 191 | :type active: Optional(``True`` | ``False``) |
|
192 | 192 | :param sync: Set enabled or disabled the automatically sync from |
|
193 | external authentication types like ldap. | |
|
193 | external authentication types like ldap. If User Group will be named like | |
|
194 | one from e.g ldap and sync flag is enabled members will be synced automatically. | |
|
195 | Sync type when enabled via API is set to `manual_api` | |
|
194 | 196 | :type sync: Optional(``True`` | ``False``) |
|
195 | 197 | |
|
196 | 198 | Example output: |
@@ -298,7 +300,9 b' def update_user_group(request, apiuser, ' | |||
|
298 | 300 | :param active: Set the group as active. |
|
299 | 301 | :type active: Optional(``True`` | ``False``) |
|
300 | 302 | :param sync: Set enabled or disabled the automatically sync from |
|
301 | external authentication types like ldap. | |
|
303 | external authentication types like ldap. If User Group will be named like | |
|
304 | one from e.g ldap and sync flag is enabled members will be synced automatically. | |
|
305 | Sync type when enabled via API is set to `manual_api` | |
|
302 | 306 | :type sync: Optional(``True`` | ``False``) |
|
303 | 307 | |
|
304 | 308 | Example output: |
General Comments 0
You need to be logged in to leave comments.
Login now