Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 267 Bytes

without-attributes.apib.md

File metadata and controls

27 lines (15 loc) · 267 Bytes

FORMAT: 1A

Beehive API

Honey [/honey/{id}]

  • Parameters
    • id

Create [POST]

  • Request

    • Body

            {
                "name": "Tasty"
            }
  • Response 200 (application/json)

          {}

Remove [DELETE]

  • Response 203