fix: typo
This commit is contained in:
parent
ca1f629f05
commit
eb06d4d033
|
@ -474,11 +474,11 @@ components:
|
||||||
example: [
|
example: [
|
||||||
{
|
{
|
||||||
"by": "id",
|
"by": "id",
|
||||||
"type": "asc"
|
"sort": "asc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"by": "id",
|
"by": "id",
|
||||||
"type": "desc"
|
"sort": "desc"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
pagination:
|
pagination:
|
||||||
|
|
Loading…
Reference in New Issue