diff --git a/api/resources/flattrs/index.html b/api/resources/flattrs/index.html index 5b467cd..3c4c1c7 100644 --- a/api/resources/flattrs/index.html +++ b/api/resources/flattrs/index.html @@ -256,7 +256,7 @@
Errors
  • flattr_once (HTTP 403) - The current user have already flattred the thing
  • flattr_owner (HTTP 403) - User is the owner of the thing
  • -
  • no_money (HTTP 401) - Current user doesn't have enough money to flattr
  • +
  • no_money (HTTP 402) - Current user doesn't have enough money to flattr
  • not_found (HTTP 404) - Thing does not exist
  • invalid_request (HTTP 400) - Request is not valid
  • @@ -315,7 +315,7 @@
    Errors
  • flattr_once (HTTP 403) - The current user have already flattred the thing
  • flattr_owner (HTTP 403) - User is the owner of the thing
  • -
  • no_money (HTTP 401) - Current user doesn't have enough money to flattr
  • +
  • no_money (HTTP 402) - Current user doesn't have enough money to flattr
  • not_found (HTTP 404) - Thing does not exist
  • invalid_request (HTTP 400) - Request is not valid