bee-docs icon indicating copy to clipboard operation
bee-docs copied to clipboard

Examples of server return values are missing

Open vporton opened this issue 3 years ago • 0 comments

At https://docs.ethswarm.org/docs/access-the-swarm/syncing there are missing examples of server returns value for queries

curl --data-binary @bee.jpg \
  -H "Swarm-Postage-Batch-Id: 78a26be9b42317fe6f0cbea3e47cbd0cf34f533db4e9c91cf92be40eb2968264" \
  -H "Swarm-Tag: 1278066217" \
  "http://localhost:1633/files?name=bee.jpg"
curl http://localhost:1633/tags/1278066217 | jq

vporton avatar Jun 02 '22 04:06 vporton