diff --git a/API/Controllers/ChaptersController.cs b/API/Controllers/ChaptersController.cs
index ec21c42..d03b0e7 100644
--- a/API/Controllers/ChaptersController.cs
+++ b/API/Controllers/ChaptersController.cs
@@ -205,7 +205,7 @@ public class ChaptersController(MangaContext context) : Controller
/// Key of
///
/// with not found
- [HttpGet("{MangaConnectorIdId}")]
+ [HttpGet("ConnectorId/{MangaConnectorIdId}")]
[ProducesResponseType(Status200OK, "application/json")]
[ProducesResponseType(Status404NotFound, "text/plain")]
public async Task, NotFound>> GetChapterMangaConnectorId (string MangaConnectorIdId)
diff --git a/API/Controllers/MangaController.cs b/API/Controllers/MangaController.cs
index c2783ad..9d51ee5 100644
--- a/API/Controllers/MangaController.cs
+++ b/API/Controllers/MangaController.cs
@@ -381,7 +381,7 @@ public class MangaController(MangaContext context) : Controller
/// Key of
///
/// with not found
- [HttpGet("{MangaConnectorIdId}")]
+ [HttpGet("ConnectorId/{MangaConnectorIdId}")]
[ProducesResponseType(Status200OK, "application/json")]
[ProducesResponseType(Status404NotFound, "text/plain")]
public async Task, NotFound>> GetMangaMangaConnectorId (string MangaConnectorIdId)
diff --git a/API/openapi/API_v2.json b/API/openapi/API_v2.json
index a08d9b9..f8a630b 100644
--- a/API/openapi/API_v2.json
+++ b/API/openapi/API_v2.json
@@ -3814,16 +3814,9 @@
"instance": {
"type": "string",
"nullable": true
- },
- "extensions": {
- "type": "object",
- "additionalProperties": {
- "nullable": true
- },
- "nullable": true
}
},
- "additionalProperties": false
+ "additionalProperties": { }
},
"TrangaSettings": {
"type": "object",