Improve documentation

This commit is contained in:
Maurits van der Schee 2017-03-11 01:24:12 +01:00
commit f4bb543d47

View file

@ -758,7 +758,8 @@ PUT http://localhost/api.php/categories/2
## Custom actions
After any operation the 'after' function is called that allows you to do some custom actions, note that the output parameter is not filled for 'read' or 'list' operations.
After any operation the 'after' function is called that allows you to do some custom actions.
Note that the output parameter is not filled for 'read' or 'list' operations due to the streaming nature of the API.
## Multi-domain CORS