Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 776 Bytes

api.rst

File metadata and controls

34 lines (21 loc) · 776 Bytes

xivo-confd REST API

API reference

API documentation is available on http://api.wazo.community. This section contains extended documentation for certain aspects of the API.

func_keys user_import

Migration from 1.0

The API version 1.0 is no longer supported and has been removed. In most cases, code that used the old API can be migrated to version 1.1 without much hassle by updating the URL. For example, in 1.0, the URL to list users was:

/1.0/users/

In 1.1, it is:

/1.1/users

Please note that there are no trailing slashes in URLs for version 1.1.

For further details consult the documentation at http://api.wazo.community