diff docs/api/api.rst @ 3759:12ca667b69b6 beta

api: don't report invalidated cache_keys after invalidating a repo The keys are an implementation detail and is never relevant outside RhodeCode internals and should not be leaked.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 03 Apr 2013 15:56:12 +0200
parents 7e3d89d9d3a2
children 6a820dcbcb99
line wrap: on
line diff
--- a/docs/api/api.rst	Mon Apr 15 20:44:18 2013 +0200
+++ b/docs/api/api.rst	Wed Apr 03 15:56:12 2013 +0200
@@ -171,7 +171,7 @@
 OUTPUT::
 
     id : <id_given_in_input>
-    result : "Cache for repository `<reponame>` was invalidated: invalidated cache keys: <list_of_cache_keys>"
+    result : "Caches of repository `<reponame>`"
     error :  null
 
 lock