The collection's name used by this controller.
A static method used to parse, validate and create a new Example document.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
A static method used to delete an Example document by the given id.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
A static method used to read all Example documents.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
A static method used to read one Example document by the given id.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
A static method used to update certain fields of an Example document by the given id.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
Generated using TypeDoc
The specific ExampleController used by the examples route handler.