mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 20:08:19 +02:00
Descriptions for Records and DTOs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using API.Schema.LibraryContext;
|
||||
using API.Controllers.Requests;
|
||||
using API.Schema.LibraryContext;
|
||||
using API.Schema.LibraryContext.LibraryConnectors;
|
||||
using Asp.Versioning;
|
||||
using Microsoft.AspNetCore.Http.HttpResults;
|
||||
@@ -75,7 +76,6 @@ public class LibraryConnectorController(LibraryContext context) : Controller
|
||||
return TypedResults.InternalServerError(result.exceptionMessage);
|
||||
return TypedResults.Created(string.Empty, connector.Key);
|
||||
}
|
||||
public sealed record CreateLibraryConnectorRecord(LibraryType LibraryType, string Url, string Username, string Password);
|
||||
|
||||
/// <summary>
|
||||
/// Deletes <see cref="LibraryConnector"/> with <paramref name="LibraryConnectorId"/>
|
||||
|
Reference in New Issue
Block a user