UNPKG

@loopback/docs

Version:
32 lines (20 loc) 719 B
--- lang: en title: 'API docs: rest.baseroute.updatebindings' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.baseroute.updatebindings.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [BaseRoute](./rest.baseroute.md) &gt; [updateBindings](./rest.baseroute.updatebindings.md) ## BaseRoute.updateBindings() method <b>Signature:</b> ```typescript abstract updateBindings(requestContext: Context): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | requestContext | <code>Context</code> | | <b>Returns:</b> `void`