Skip to content

Commit

Permalink
feat: update doc generated
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Sep 22, 2023
1 parent 5a527ea commit aca14a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion venus-shared/api/market/v0/method.md
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,8 @@ Inputs:
"DealID": 5432,
"PieceCID": "string value",
"Offset": 123,
"Limit": 123
"Limit": 123,
"Asc": true
}
]
```
Expand Down
3 changes: 2 additions & 1 deletion venus-shared/api/market/v1/method.md
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,8 @@ Inputs:
"DealID": 5432,
"PieceCID": "string value",
"Offset": 123,
"Limit": 123
"Limit": 123,
"Asc": true
}
]
```
Expand Down

0 comments on commit aca14a9

Please sign in to comment.