(configId: string)
| 372 | ); |
| 373 | }, |
| 374 | delete(configId: string) { |
| 375 | return typed<OpenConfig>( |
| 376 | openApiV1.deleteConfigProfile({ path: { config_id: configId } }), |
| 377 | ); |
| 378 | }, |
| 379 | }; |
| 380 | |
| 381 | export const systemConfigApi = { |
no test coverage detected