We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a2c56 commit 65f052aCopy full SHA for 65f052a
README.md
@@ -762,6 +762,10 @@ PUT http://localhost/api.php/categories/2
762
Before any operation the 'before' function is called that allows you to do set some automatic fields.
763
Note that the 'inputs' parameter is writable and is an array. The array may contain NULL values on invalid JSON.
764
765
+## Soft delete
766
+
767
+The 'before' function allows modification of the request parameters and can (for instance) be used to implement soft delete behavior.
768
769
## Custom actions
770
771
After any operation the 'after' function is called that allows you to do some custom actions.
0 commit comments