Allow profile to be updated

This commit is contained in:
tengqm
2015-03-02 14:07:09 +08:00
parent 822c9efee8
commit e8e5e56b33

View File

@@ -90,6 +90,7 @@ class Profile(resource.Resource):
# capabilities
allow_create = True
allow_retrieve = True
allow_update = True
allow_delete = True
allow_list = True