StartupApi

class StartupApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun completeWizard(): Response<Unit>

Completes the startup wizard.

Link copied to clipboard

Gets the first user.

Link copied to clipboard

Gets the first user.

Link copied to clipboard

Gets the initial startup wizard configuration.

Link copied to clipboard

Sets remote access and UPnP.

Link copied to clipboard

Sets the initial startup wizard configuration.

Link copied to clipboard
suspend fun updateStartupUser(data: StartupUserDto? = null): Response<Unit>

Sets the user name and password.