Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
========================
Instruction set for apps
========================
===================
Apps management API
===================

Get list of apps
----------------
Expand Down Expand Up @@ -173,4 +173,3 @@ XML output
<status>ok</status>
</meta>
</ocs>

2 changes: 2 additions & 0 deletions admin_manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,6 @@
"desktop/accountcommand": "desktop/massdeployment",
# Moved 2026-03
"configuration_server/automatic_configuration": "../installation/automatic_configuration.html",
# Moved to Apps section 2026-05
"configuration_user/instruction_set_for_apps": "../apps_management_api.html",
}
5 changes: 1 addition & 4 deletions admin_manual/configuration_user/user_provisioning_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ User provisioning API
The Provisioning API 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. HTTP
Nextcloud and perform the same functions as an admin for groups they manage. HTTP
requests can be used via a Basic Auth header to perform any of the functions
listed above. The Provisioning API app is enabled by default.

Expand All @@ -22,4 +20,3 @@ All POST requests require the ``Content-Type: application/x-www-form-urlencoded`

instruction_set_for_users
instruction_set_for_groups
instruction_set_for_apps
1 change: 1 addition & 0 deletions admin_manual/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Table of contents
:caption: Apps

apps_management
apps_management_api
exapps_management/index
ai/index

Expand Down
Loading