api.permissions.
HasBuilderAuth
[source]¶View permission to allow builder to perform actions with a special HTTP header
api.permissions.
IsAdminOrSafeMethod
[source]¶View permission to allow only admins to use unsafe methods including POST, PUT, DELETE.
This allows
api.permissions.
IsAppUser
[source]¶Object-level permission to allow owners or collaborators to access an app-related model.
api.permissions.
IsOwner
[source]¶Object-level permission to allow only owners of an object to access it. Assumes the model instance has an owner attribute.