Skip to content

Commit

Permalink
Merge 923990d into 8910b38
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jul 14, 2020
2 parents 8910b38 + 923990d commit 37221ed
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions reana_commons/openapi_specifications/reana_server.json
Expand Up @@ -797,6 +797,20 @@
"name": "block_size",
"required": false,
"type": "string"
},
{
"description": "Results page number (pagination).",
"in": "query",
"name": "page",
"required": false,
"type": "string"
},
{
"description": "Number of results per page (pagination).",
"in": "query",
"name": "size",
"required": false,
"type": "string"
}
],
"produces": [
Expand Down
Expand Up @@ -39,6 +39,20 @@
"name": "block_size",
"required": false,
"type": "string"
},
{
"description": "Results page number (pagination).",
"in": "query",
"name": "page",
"required": false,
"type": "string"
},
{
"description": "Number of results per page (pagination).",
"in": "query",
"name": "size",
"required": false,
"type": "string"
}
],
"produces": [
Expand Down

0 comments on commit 37221ed

Please sign in to comment.