OnCollectionCreateRequest hook is triggered on each API Collection create request. Could be used to additionally validate the request data or implement completely different persistence behavior.
()
| 1524 | // Could be used to additionally validate the request data or implement |
| 1525 | // completely different persistence behavior. |
| 1526 | OnCollectionCreateRequest() *hook.Hook[*CollectionRequestEvent] |
| 1527 | |
| 1528 | // OnCollectionUpdateRequest hook is triggered on each API Collection update request. |
| 1529 | // |
no outgoing calls