Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
change 401 -> 402 in no_money error
Browse files Browse the repository at this point in the history
  • Loading branch information
leihog committed Sep 9, 2014
1 parent 09db93b commit 91a7f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/resources/flattrs/index.html
Expand Up @@ -256,7 +256,7 @@ <h5 >Errors</h5>
<li><code>flattr_once</code> (HTTP 403) - The current user have already flattred
the thing</li>
<li><code>flattr_owner</code> (HTTP 403) - User is the owner of the thing</li>
<li><code>no_money</code> (HTTP 401) - Current user doesn&#39;t have enough money to flattr</li>
<li><code>no_money</code> (HTTP 402) - Current user doesn&#39;t have enough money to flattr</li>
<li><code>not_found</code> (HTTP 404) - Thing does not exist</li>
<li><code>invalid_request</code> (HTTP 400) - Request is not valid</li>
</ul>
Expand Down Expand Up @@ -315,7 +315,7 @@ <h5 >Errors</h5>
<li><code>flattr_once</code> (HTTP 403) - The current user have already flattred
the thing</li>
<li><code>flattr_owner</code> (HTTP 403) - User is the owner of the thing</li>
<li><code>no_money</code> (HTTP 401) - Current user doesn&#39;t have enough money to flattr</li>
<li><code>no_money</code> (HTTP 402) - Current user doesn&#39;t have enough money to flattr</li>
<li><code>not_found</code> (HTTP 404) - Thing does not exist</li>
<li><code>invalid_request</code> (HTTP 400) - Request is not valid</li>
</ul>
Expand Down

0 comments on commit 91a7f8f

Please sign in to comment.