diff options
Diffstat (limited to 'docs/design-api')
-rw-r--r-- | docs/design-api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design-api b/docs/design-api index 9ef3901..b0363d4 100644 --- a/docs/design-api +++ b/docs/design-api @@ -67,7 +67,7 @@ Object API and returns 1 if those default authorization rules allow access. If there are no authorization rules or if they don't allow access, returns 0. On error, returns undef; the caller should call error() to - get the error text. Operation should be one of get, store, delete, + get the error text. Operation should be one of get, store, destroy, show, and flags. error() |