Skip to content

Commit

Permalink
🐛 Limit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jun 21, 2024
1 parent 69d27e5 commit b653e29
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/api/swagger/swagger-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -820,7 +820,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -954,7 +954,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -1088,7 +1088,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -1222,7 +1222,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -1432,7 +1432,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -1676,7 +1676,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -1931,7 +1931,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -2186,7 +2186,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -2396,7 +2396,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -2530,7 +2530,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -2785,7 +2785,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -2919,7 +2919,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -3053,7 +3053,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -3263,7 +3263,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -3397,7 +3397,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down Expand Up @@ -3872,7 +3872,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"schema": {
Expand Down Expand Up @@ -15782,7 +15782,7 @@
}
},
{
"name": "pageSize",
"name": "limit",
"required": false,
"in": "query",
"description": "Set to get the number of records.",
Expand Down

0 comments on commit b653e29

Please sign in to comment.