File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ paths:
195
195
/desktop/v1/recommendations :
196
196
get :
197
197
summary : Gets a list of Recommendations for a Locale and Region. This operation is performed anonymously and requires no auth.
198
+ description : Supports Fx desktop version 114 and up.
198
199
operationId : getRecommendations
199
200
# Intentionally blank security. No auth required.
200
201
security :
@@ -281,7 +282,8 @@ paths:
281
282
$ref : " #/components/schemas/ErrorResponse"
282
283
/desktop/v1/recent-saves :
283
284
get :
284
- summary : Gets a list of the most recent saves for a specific user
285
+ summary : Gets a list of the most recent saves for a specific user.
286
+ description : Supports Fx desktop version 113 and up.
285
287
operationId : getRecentSaves
286
288
security :
287
289
# require all WS (WebSession) security schemes together
You can’t perform that action at this time.
0 commit comments