validate hook
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-02 11:16:18 +00:00
parent 61b7976274
commit 746fa80a57

View File

@@ -34,6 +34,10 @@
"description": "hook before binding data from post request",
"$ref": "#/definitions/hookDef"
},
"validate": {
"description": "hook before validation data",
"$ref": "#/definitions/hookDef"
},
"create": {
"description": "hook before creating entry in database",
"$ref": "#/definitions/hookDef"
@@ -53,6 +57,10 @@
"description": "hook before binding data from put request",
"$ref": "#/definitions/hookDef"
},
"validate": {
"description": "hook before validation data",
"$ref": "#/definitions/hookDef"
},
"update": {
"description": "hook before updating entry in database",
"$ref": "#/definitions/hookDef"