Merge pull request #273 from nextcloud/content-type-required-stable9

Update user_provisioning_api.rst
This commit is contained in:
Björn Schießle 2016-12-14 15:09:54 +01:00 committed by GitHub
commit 7cc54d0b04

View File

@ -13,6 +13,8 @@ listed above. The Provisioning API app is enabled by default.
The base URL for all calls to the share API is **nextcloud_base_url/ocs/v1.php/cloud**.
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
=========================