29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>provisioning_api</id>
|
|
<name>Provisioning API</name>
|
|
<description>
|
|
This application enables a set of APIs that external systems can use to create, edit, delete and query user
|
|
attributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users
|
|
can also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables
|
|
an admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.
|
|
Once the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions
|
|
listed above. More information is available in the Provisioning API documentation, including example calls
|
|
and server responses.
|
|
</description>
|
|
<licence>AGPL</licence>
|
|
<author>Tom Needham</author>
|
|
<default_enable/>
|
|
<documentation>
|
|
<admin>admin-provisioning-api</admin>
|
|
</documentation>
|
|
<version>1.3.0</version>
|
|
<namespace>Provisioning_API</namespace>
|
|
<types>
|
|
<prevent_group_restriction/>
|
|
</types>
|
|
<dependencies>
|
|
<nextcloud min-version="13" max-version="13" />
|
|
</dependencies>
|
|
</info>
|