Skip to content

Commit 0217429

Browse files
committed
docs: use proper sort by type for getPurchasedGames
1 parent e1a1824 commit 0217429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/api-docs/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ const purchasedGames = await getPurchasedGames(authorization, {
332332
platform: ["ps5"],
333333
size: 50,
334334
start: 0,
335-
sortBy: "NAME",
335+
sortBy: "ACTIVE_DATE",
336336
sortDirection: "asc",
337337
membership: "PS_PLUS"
338338
});

0 commit comments

Comments
 (0)