meta { name: Refresh Cache type: http seq: 6 } post { url: {{baseUrl}}/api/git-repos/1/refresh-cache body: none auth: none } headers { Accept: application/json Cookie: {{sessionCookie}} } docs { # Refresh Cache Manually clears the cache for a specific repository. Forces fresh data on next request for commits and contributions. ## Response ```json { "success": true, "message": "Cache cleared successfully" } ``` ## Use Cases - After pushing new commits - When data appears outdated - Testing/development }