mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-14 04:13:18 +02:00
Update Swagger Documenatation for 501 NotImplemented
This commit is contained in:
parent
f3854ab594
commit
0af83f2fd0
@ -72,11 +72,12 @@ public class SettingsController(PgsqlContext context) : Controller
|
||||
/// <summary>
|
||||
/// Update all Request-Limits to new values
|
||||
/// </summary>
|
||||
/// <remarks>NOT IMPLEMENTED</remarks>
|
||||
/// <remarks><h1>NOT IMPLEMENTED</h1></remarks>
|
||||
[HttpPatch("RequestLimits")]
|
||||
[ProducesResponseType(Status501NotImplemented)]
|
||||
public IActionResult SetRequestLimits()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return StatusCode(501);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
@ -21,6 +21,6 @@ public class UpdateMetadataJob(ulong recurrenceMs, string mangaId, string? paren
|
||||
/// <param name="context"></param>
|
||||
protected override IEnumerable<Job> RunInternal(PgsqlContext context)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return [];//TODO
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user