ethersphere / bee

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.
https://www.ethswarm.org
BSD 3-Clause "New" or "Revised" License
1.44k stars 338 forks source link

fix: openapi changes - remove defunct 'delete stake' entry - add descriptions - fix typos #4648

Open NoahMaizels opened 2 months ago

NoahMaizels commented 2 months ago

Checklist

Description

Made multiple small changes to OpenAPI specs.

  1. Removed entry for DELETE /stake since this endpoint is not functioning
  2. Changed xDai to xDAI to keep a consistent style
  3. Added several descriptions for the POST /wallet/withdraw/{coin} endpoint
  4. Small grammar correction

Motivation and Context (Optional)

General improvement of OpenAPI specs