MerryFairyTalesAD440 / API

1 stars 2 forks source link

The endpoint for the image_url should be /books/{bookId}/pages/{pageId}/image not /books/{bookId}/pages/{pageId}/imageurl #117

Closed gitsah closed 5 years ago

gitsah commented 5 years ago

Based on our Swagger documentation the endpoint for post, put, get, and delete when working with the image url should be /books/{bookId}/pages/{pageId}/image, not /books/{bookId}/pages/{pageId}/imageurl as it currently is.

89