404 when attempting to update an anime.

Issue #66 invalid
Andy Ibanez created an issue

This screenshot shows how I'm trying.

  • Method set to PUT
  • The ID of the anime (which is valid - You can add it with the add API).
  • All the parameters I'm passing.
  • The authorisation header with my credentials (It's encoded, but it works fine when adding an anime).

Screen Shot 2015-07-09 at 11.45.31 PM.png

Comments (3)

  1. Andy Ibanez reporter

    Seems to work when I set the form to x-www-form-urlencoded. Any particular reason it works this way? None of the other methods require this, so I am a little bit curious.

  2. Ratan Dhawtal

    Atarashii API was build to only support x-www-form-urlencoded. @motokochan can give you probably more information about this.

  3. Michael Johnson

    It's a limitation of how we're handling input for endpoints that update or add data. We may support multipart/form-data in the future. The limitation is already listed in the documentation. As this isn't a valid issue with the API (works as documented), I'm going to close the issue for now.

  4. Log in to comment