mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 05:34:16 -04:00
Fix docs
This commit is contained in:
parent
97ecffceb7
commit
7a3925b863
@ -31,7 +31,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Api endpoint for completing the startup wizard.
|
/// Completes the startup wizard.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <response code="200">Startup wizard completed.</response>
|
/// <response code="200">Startup wizard completed.</response>
|
||||||
/// <returns>Status.</returns>
|
/// <returns>Status.</returns>
|
||||||
@ -46,7 +46,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Endpoint for getting the initial startup wizard configuration.
|
/// Gets the initial startup wizard configuration.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <response code="200">Initial startup wizard configuration retrieved.</response>
|
/// <response code="200">Initial startup wizard configuration retrieved.</response>
|
||||||
/// <returns>The initial startup wizard configuration.</returns>
|
/// <returns>The initial startup wizard configuration.</returns>
|
||||||
@ -65,7 +65,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Endpoint for updating the initial startup wizard configuration.
|
/// Sets the initial startup wizard configuration.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="uiCulture">The UI language culture.</param>
|
/// <param name="uiCulture">The UI language culture.</param>
|
||||||
/// <param name="metadataCountryCode">The metadata country code.</param>
|
/// <param name="metadataCountryCode">The metadata country code.</param>
|
||||||
@ -87,7 +87,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Endpoint for (dis)allowing remote access and UPnP.
|
/// Sets remote access and UPnP.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="enableRemoteAccess">Enable remote access.</param>
|
/// <param name="enableRemoteAccess">Enable remote access.</param>
|
||||||
/// <param name="enableAutomaticPortMapping">Enable UPnP.</param>
|
/// <param name="enableAutomaticPortMapping">Enable UPnP.</param>
|
||||||
@ -104,7 +104,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Endpoint for returning the first user.
|
/// Gets the first user.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <response code="200">Initial user retrieved.</response>
|
/// <response code="200">Initial user retrieved.</response>
|
||||||
/// <returns>The first user.</returns>
|
/// <returns>The first user.</returns>
|
||||||
@ -117,7 +117,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Endpoint for updating the user name and password.
|
/// Sets the user name and password.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="startupUserDto">The DTO containing username and password.</param>
|
/// <param name="startupUserDto">The DTO containing username and password.</param>
|
||||||
/// <response code="200">Updated user name and password.</response>
|
/// <response code="200">Updated user name and password.</response>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user