From 93c626b27fa3e1ba0f682475bfcfc2ea178b04d9 Mon Sep 17 00:00:00 2001 From: Roman Gotsiy Date: Fri, 30 Oct 2015 12:33:57 +0200 Subject: [PATCH] Add missed x-secondaryTag --- demo/swagger.json | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/swagger.json b/demo/swagger.json index f01aa0de..74a51584 100644 --- a/demo/swagger.json +++ b/demo/swagger.json @@ -17,6 +17,7 @@ "basePath": "/v2", "tags": [{ "name": "Pagination", + "x-secondaryTag": true, "description": "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.\n```json\n{\n ...\n \"pagination\": {\n \"next_url\": \"https://api.instagram.com/v1/tags/puppy/media/recent?access_token=fb2e77d.47a0479900504cb3ab4a1f626d174d2d&max_id=13872296\",\n \"next_max_id\": \"13872296\"\n }\n}\n```\n On views where pagination is present, we also support the `count` parameter. Simply set this to the number of items you'd like to receive. Note that the default values should be fine for most applications - but if you decide to increase this number there is a maximum value defined on each endpoint.", "externalDocs": { "description": "Find out more",