Skip to content

Commit

Permalink
Update Steam Web API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamDB-Tracker committed Dec 6, 2024
1 parent 161a6b5 commit b0a6c87
Showing 1 changed file with 108 additions and 6 deletions.
114 changes: 108 additions & 6 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -10392,6 +10392,18 @@
"type": "string",
"optional": true,
"description": ""
},
{
"name": "store_tagids[0]",
"type": "uint32[]",
"optional": true,
"description": ""
},
{
"name": "search_term__field_21",
"type": "string",
"optional": true,
"description": ""
}
]
}
Expand Down Expand Up @@ -10676,6 +10688,18 @@
"type": "string",
"optional": true,
"description": ""
},
{
"name": "store_tagids[0]",
"type": "uint32[]",
"optional": true,
"description": ""
},
{
"name": "search_term__field_21",
"type": "string",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -19543,6 +19567,12 @@
"type": "int32",
"optional": true,
"description": "EYearInReviewAccessSource"
},
{
"name": "fetch_previous_year_summary",
"type": "bool",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -23078,6 +23108,18 @@
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "other_project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "other_fetch_id",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -23328,7 +23370,7 @@
"description": ""
},
{
"name": "published_version",
"name": "train_id",
"type": "uint32",
"optional": true,
"description": ""
Expand Down Expand Up @@ -23532,7 +23574,7 @@
"description": ""
},
{
"name": "published_version",
"name": "train_id",
"type": "uint32",
"optional": true,
"description": ""
Expand All @@ -23542,6 +23584,12 @@
"type": "string",
"optional": true,
"description": ""
},
{
"name": "freeze_weights",
"type": "bool",
"optional": true,
"description": ""
}
]
}
Expand Down Expand Up @@ -23722,6 +23770,12 @@
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "gpu_count",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -24534,6 +24588,18 @@
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "other_project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "other_fetch_id",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -24784,7 +24850,7 @@
"description": ""
},
{
"name": "published_version",
"name": "train_id",
"type": "uint32",
"optional": true,
"description": ""
Expand Down Expand Up @@ -24988,7 +25054,7 @@
"description": ""
},
{
"name": "published_version",
"name": "train_id",
"type": "uint32",
"optional": true,
"description": ""
Expand All @@ -24998,6 +25064,12 @@
"type": "string",
"optional": true,
"description": ""
},
{
"name": "freeze_weights",
"type": "bool",
"optional": true,
"description": ""
}
]
}
Expand Down Expand Up @@ -25178,6 +25250,12 @@
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "gpu_count",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -27164,6 +27242,18 @@
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "other_project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "other_fetch_id",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -27414,7 +27504,7 @@
"description": ""
},
{
"name": "published_version",
"name": "train_id",
"type": "uint32",
"optional": true,
"description": ""
Expand Down Expand Up @@ -27618,7 +27708,7 @@
"description": ""
},
{
"name": "published_version",
"name": "train_id",
"type": "uint32",
"optional": true,
"description": ""
Expand All @@ -27628,6 +27718,12 @@
"type": "string",
"optional": true,
"description": ""
},
{
"name": "freeze_weights",
"type": "bool",
"optional": true,
"description": ""
}
]
}
Expand Down Expand Up @@ -27808,6 +27904,12 @@
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "gpu_count",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down

0 comments on commit b0a6c87

Please sign in to comment.