Skip to content

Commit d4d7d6b

Browse files
authored
Merge pull request #45 from Pocket/add-fx-support-description
Adding Fx version support description to path docs
2 parents 2464928 + 8fc74cc commit d4d7d6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ paths:
195195
/desktop/v1/recommendations:
196196
get:
197197
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.
198199
operationId: getRecommendations
199200
# Intentionally blank security. No auth required.
200201
security:
@@ -281,7 +282,8 @@ paths:
281282
$ref: "#/components/schemas/ErrorResponse"
282283
/desktop/v1/recent-saves:
283284
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.
285287
operationId: getRecentSaves
286288
security:
287289
# require all WS (WebSession) security schemes together

0 commit comments

Comments
 (0)