(configId: string)
| 342 | ); |
| 343 | }, |
| 344 | get(configId: string) { |
| 345 | return typed<OpenConfig>( |
| 346 | openApiV1.getConfigProfile({ path: { config_id: configId } }), |
| 347 | ); |
| 348 | }, |
| 349 | update( |
| 350 | configId: string, |
| 351 | config: OpenConfig, |
nothing calls this directly
no test coverage detected