I\'m using the SimpleRouter tuorial within the docs.
Just to test I\'ve created a temporary Authentication class:
class BackboneBasicAuthentication(a
To me that seems to be caused by the routed viewset not implementing or not allowing PUT requests. If it was an authentication issue, you would get a 401 UNAUTHORIZED status code.
401 UNAUTHORIZED