##// END OF EJS Templates
ui: changed calls for edit caches to use repo id instead of a name for safer calls to repos which paths have special characters
super-admin -
r5646:5f89ea3a default
parent child Browse files
Show More
@@ -10,7 +10,7 b''
10 10 ${_('Cache purge can be automated by such api call. Can be called periodically in crontab etc.')}
11 11 <br/>
12 12 <code>
13 ${h.api_call_example(method='invalidate_cache', args={"repoid": c.rhodecode_db_repo.repo_name})}
13 ${h.api_call_example(method='invalidate_cache', args={"repoid": c.rhodecode_db_repo.repo_id})}
14 14 </code>
15 15 </p>
16 16
General Comments 0
You need to be logged in to leave comments. Login now