Skip to content
Snippets Groups Projects

feat: Add cache clearing endpoint for user profile data

Merged Martin Lowe requested to merge malowe/main/123 into main
2 unresolved threads
3 files
+ 121
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 23
0
@@ -143,6 +143,29 @@ paths:
@@ -143,6 +143,29 @@ paths:
description: Error while retrieving data.
description: Error while retrieving data.
deprecated: false
deprecated: false
 
/account/profile/{name}/cache:
 
delete:
 
tags:
 
- User Profile
 
summary: Clear user profile cache
 
description: Clear the cache data for specified user.
 
operationId: clearCacheForUser
 
security:
 
- OAuth2:
 
- eclipsefdn_view_all_profiles
 
parameters:
 
- name: name
 
in: path
 
description: An ef username.
 
required: true
 
style: simple
 
explode: false
 
schema:
 
type: string
 
responses:
 
"200":
 
description: Success
 
/account/profile/{name}/eca:
/account/profile/{name}/eca:
get:
get:
tags:
tags:
Loading