Updates API-Books.md

Auto commit by GitBook Editor
kolaente 2018-01-15 12:59:20 +01:00
parent 592f1314b6
commit b2047939d7
1 changed files with 2 additions and 1 deletions

@ -154,7 +154,8 @@ Expects a JSON publisher object \(see inserting an publisher\).
#### Response
**200** The publisher was successfully updated.
**400** `ID` is empty or no publisher with this `ID` exists. Returns a more specific message.
**400** Publisher payload is empty or not valid.
**404** No book with this `ID` exists.
**500** An error occured while updating.
#### Example