This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Description
curl -X POST <BONSAI_URL>/firebase produces the following error:
{"error":"Incorrect HTTP method for uri [/firebase] and method [POST], allowed: [GET, HEAD, DELETE, PUT]","status":405}
However, curl -X PUT <BONSAI_URL>/firebase works just fine.
I don't know the technical reason behind this but judging by the error message, POST cannot be used as the method.