(ctx context.Context, operationID string)
| 50 | GetSettingsRestartStatus(ctx context.Context, operationID string) (SettingsRestartStatusRecord, error) |
| 51 | CreateSupportBundle(ctx context.Context, request CreateSupportBundleRequest) (SupportBundleOperationRecord, error) |
| 52 | GetSupportBundle(ctx context.Context, operationID string) (SupportBundleOperationRecord, error) |
| 53 | DownloadSupportBundle(ctx context.Context, operationID string, dst io.Writer) error |
| 54 | GetSettingsUpdate(ctx context.Context) (SettingsUpdateRecord, error) |
| 55 | UpdateSettingsSkills(ctx context.Context, request UpdateSettingsSkillsRequest) (SettingsMutationRecord, error) |
no outgoing calls
no test coverage detected