3
0

Apply namespace changes to all layers of records

This commit is contained in:
Denis Arh
2019-04-28 19:55:49 +02:00
parent edee054392
commit 4af79a5f35
12 changed files with 373 additions and 338 deletions

View File

@@ -661,13 +661,13 @@
},
{
"name": "page",
"type": "int",
"type": "uint",
"required": false,
"title": "Page number (0 based)"
},
{
"name": "perPage",
"type": "int",
"type": "uint",
"required": false,
"title": "Returned items per page (default 50)"
},

View File

@@ -74,13 +74,13 @@
"name": "page",
"required": false,
"title": "Page number (0 based)",
"type": "int"
"type": "uint"
},
{
"name": "perPage",
"required": false,
"title": "Returned items per page (default 50)",
"type": "int"
"type": "uint"
},
{
"name": "sort",