mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-17 10:50:45 +02:00
Fix Actions that can have related chapters and manga
This commit is contained in:
@@ -3277,12 +3277,12 @@
|
||||
},
|
||||
"mangaId": {
|
||||
"type": "string",
|
||||
"description": "MangaId if Record is API.Schema.ActionsContext.Actions.Generic.ActionWithMangaRecord",
|
||||
"description": "MangaId if Record is API.Schema.ActionsContext.Actions.Generic.IActionWithMangaRecord",
|
||||
"nullable": true
|
||||
},
|
||||
"chapterId": {
|
||||
"type": "string",
|
||||
"description": "ChapterId if Record is API.Schema.ActionsContext.Actions.Generic.ActionWithMangaRecord",
|
||||
"description": "ChapterId if Record is API.Schema.ActionsContext.Actions.Generic.IActionWithMangaRecord",
|
||||
"nullable": true
|
||||
},
|
||||
"key": {
|
||||
|
Reference in New Issue
Block a user