mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 07:34:51 -03:30
PUT is operational.
This commit is contained in:
@@ -45,3 +45,6 @@ class OrganizationsDetail(generics.RetrieveUpdateDestroyAPIView):
|
||||
return admin or user
|
||||
if request.method == 'PUT':
|
||||
return admin
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user