Skip to content

Commit 7776fd7

Browse files
committed
fixed type rolls -> rows
1 parent 054defe commit 7776fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/producer_api_plugin/producer.swagger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ paths:
5252
5353
### Usage
5454
55-
Note that this pauses all nodes not just producer nodes. The common use case is to use on non-producer nodes as a way of freezing state. For example, a user might wish to download all the rolls of a table. This would allow the user to freeze at a block number and then iterate through an entire table.
55+
Note that this pauses all nodes not just producer nodes. The common use case is to use on non-producer nodes as a way of freezing state. For example, a user might wish to download all the rows of a table. This would allow the user to freeze at a block number and then iterate through an entire table.
5656
operationId: pause_at_block
5757
requestBody:
5858
content:

0 commit comments

Comments
 (0)