Responses

  • 400

    Incorrect HTTP request used to fill the bag

    Hide response attributes Show response attributes object
    • error string

      A computer friendly error code

    • message string

      A human friendly description of the error

GET /fill
curl \
 -X GET https://totebag.bump.sh/fill
Response examples (400)
{
  "error": "wrong_method",
  "message": "Oh no, try again with another method"
}
Response examples (400)
{
  "error": "wrong_method",
  "message": "Oh no, try again with another method"
}