Page Contents
Home > @loopback/rest-crud > ModelCrudRestApiConfig
ModelCrudRestApiConfig interface
Signature:
export interface ModelCrudRestApiConfig extends ModelApiConfig
Extends: ModelApiConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [basePath](/doc/en/lb4/apidocs.rest-crud.modelcrudrestapiconfig.basepath.html) | string | ||
| [readonly?](/doc/en/lb4/apidocs.rest-crud.modelcrudrestapiconfig.readonly.html) | boolean | _(Optional)_ If true, the generated controller only has find and count APIs |