Update sets

This commit is contained in:
Kieran 2024-03-07 19:42:15 +00:00
parent 03a805e622
commit 7ad353fdcd

View File

@ -10,7 +10,7 @@ public class AvatarController : Controller
/// Robohash avatar endpoints /// Robohash avatar endpoints
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// Available sets: `cyberpunks` /// Available sets: `cyberpunks` / `robots` / `zombies`
/// </remarks> /// </remarks>
/// <param name="set"></param> /// <param name="set"></param>
/// <param name="value">Any value, can contain a file extension, response is only image/webp</param> /// <param name="value">Any value, can contain a file extension, response is only image/webp</param>