diff --git a/reference.html b/reference.html index a95941b..3ebd39a 100644 --- a/reference.html +++ b/reference.html @@ -135,9 +135,13 @@ subjects:
  • { name: "foo", readable_only_by: "XXXprofileXXX" }
  • { name: "foo", writable_only_by: "YYYprofileYYY" }
  • { name: "foo", readable_only_by: "XXXprofileXXX", writable_only_by: "YYYprofileYYY" }
  • +
  • { name: "foo", readable_only_by: "admin" }
  • +
  • { name: "foo", writable_only_by: "admin" }
  • -(where XXXprofileXXX and YYYprofileYYY are profile keys)

    +where XXXprofileXXX and YYYprofileYYY are profile keys. admin is a magic value that +only allows accounts marked as administrators in the AppEngine application to perform the action. +

    Subscription