We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60307d9 commit f01639cCopy full SHA for f01639c
1 file changed
xbox/webapi/api/provider/titlehub/models.py
@@ -14,6 +14,7 @@ class TitleFields(str, Enum):
14
DETAIL = "detail"
15
FRIENDS_WHO_PLAYED = "friendswhoplayed"
16
ALTERNATE_TITLE_ID = "alternateTitleId"
17
+ PRODUCT_ID = "productId"
18
19
20
class Achievement(CamelCaseModel):
0 commit comments