Skip to content

Commit 017b822

Browse files
committed
added mapping endpoint blurb to readme
1 parent 8c55898 commit 017b822

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Key endpoints:
189189
| `POST` | `/testnet/block/create` | Create blocks (body: `{"num_blocks": N}`, optional) |
190190
| `GET` | `/testnet/program/{id}` | Get a deployed program |
191191
| `GET` | `/testnet/program/{id}/mapping/{name}/{key}` | Get a mapping value |
192+
| `GET` | `/testnet/program/{id}/mapping/{name}?all=true` | Get all key-value pairs in a mapping |
192193
| `POST` | `/testnet/snapshot` | Take a snapshot (body: `{"name": "optional"}`) |
193194
| `GET` | `/testnet/snapshots` | List available snapshots |
194195
| `POST` | `/testnet/shutdown` | Gracefully shut down the node |

0 commit comments

Comments
 (0)