Skip to content

Commit

Permalink
Added HTTP 204 status code
Browse files Browse the repository at this point in the history
  • Loading branch information
casdr authored Jan 15, 2017
1 parent 1a13fa3 commit f4628a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moneybird/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def _process_response(response: requests.Response, expected: list = []) -> dict:
responses = {
200: None,
201: None,
204: None,
400: MoneyBird.Unauthorized,
401: MoneyBird.Unauthorized,
403: MoneyBird.Throttled,
Expand Down

0 comments on commit f4628a3

Please sign in to comment.