diff --git a/demo/index.html b/demo/index.html index 0b3bf995..8f466a01 100644 --- a/demo/index.html +++ b/demo/index.html @@ -24,6 +24,6 @@ - + diff --git a/demo/swagger.yaml b/demo/swagger.yaml index 34e3414f..5034a924 100644 --- a/demo/swagger.yaml +++ b/demo/swagger.yaml @@ -25,18 +25,12 @@ tags: Sometimes you just can't get enough. For this reason, we've provided a convenient way to access more data in any request for sequential data. Simply call the url in the next_url parameter and we'll respond with the next set of data. ```json { - ... - "pagination": { - "next_url": "https://api.instagram.com/v1/tags/puppy/media/recent?access_token=fb2e77d.47a0479900504cb3ab4a1f626d174d2d&max_id=13872296", - "next_max_id": "13872296" - } - } ```