From: Ward Vandewege Date: Mon, 18 Mar 2013 20:01:17 +0000 (-0400) Subject: maxResults is really called limit, update the discovery document accordingly X-Git-Tag: 1.1.0~3412 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/25975869d1b9f08e0454337df4350fd1f7e12d3a?ds=inline maxResults is really called limit, update the discovery document accordingly --- diff --git a/public/discovery/v1/apis/orvos/v1/rest b/public/discovery/v1/apis/orvos/v1/rest index 0e0c31e972..d02c738203 100644 --- a/public/discovery/v1/apis/orvos/v1/rest +++ b/public/discovery/v1/apis/orvos/v1/rest @@ -479,7 +479,7 @@ "httpMethod": "GET", "description": "Lists the user's collections.", "parameters": { - "maxResults": { + "limit": { "type": "integer", "description": "Maximum number of collections to return.", "default": "100", @@ -540,7 +540,7 @@ "httpMethod": "GET", "description": "Lists the user's links.", "parameters": { - "maxResults": { + "limit": { "type": "integer", "description": "Maximum number of links to return.", "default": "100",