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

This commit is contained in:
Sebastian Frank 2022-11-02 11:16:18 +00:00
parent 61b7976274
commit 746fa80a57
Signed by: apairon
GPG Key ID: 9A9F8F10A937E426

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"