Skip to content

Commit

Permalink
fix typos in pause_at_block swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpassmore committed Jan 2, 2025
1 parent cd5496a commit 054defe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/producer_api_plugin/producer.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ paths:
description: |
Pause node at the specified block. Use /producer/resume to un-pause. If specified block is less than head then returns an error.
### Useage
### Usage
Note that is 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.
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.
operationId: pause_at_block
requestBody:
content:
Expand Down

0 comments on commit 054defe

Please sign in to comment.