Add zip_path to API document, add path property

This commit is contained in:
Leeingnyo
2022-06-04 00:18:45 +09:00
parent 39a331c879
commit 8e4bb995d3
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ abstract class Entry
json.field "err_msg", err_msg
end
json.field "zip_path", path # for API backward compatability
json.field "path", path
json.field "title_id", @book.id
json.field "title_title", @book.title
json.field "sort_title", sort_title