mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #274 from nextcloud/content-type-required-stable10
Update user_provisioning_api.rst
This commit is contained in:
commit
57f0c8779f
@ -15,6 +15,8 @@ The base URL for all calls to the share API is **nextcloud_base_url/ocs/v1.php/c
|
||||
|
||||
All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.
|
||||
|
||||
All POST requests require the ``Content-Type: application/x-www-form-urlencoded`` header. (Note: Some libraries like Curl set this header automatically, other require to set the header explicitly)
|
||||
|
||||
Instruction Set For Users
|
||||
=========================
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user