Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #10 from TrueBlocks/feature/perpage_safe_values
Browse files Browse the repository at this point in the history
Added info about valid perPage values
  • Loading branch information
dszlachta authored Mar 8, 2024
2 parents 974e821 + 1c87b9c commit b111d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/english/docs/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Returns appearances of the given address.

1. `Object`
- `address`: Address - address for which to return the appearances
- `perPage`: Uint - (optional) number of items per page
- `perPage`: Uint - (optional) number of items per page. `100` by default. The smallest valid value is `5`, the largest `1000`.
- `pageId`: PageId - (optional) page to return. See [Pagination](#pagination).

### Returns
Expand Down

0 comments on commit b111d4a

Please sign in to comment.