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 Jan 22, 2025
1 parent 37329e3 commit 69d0870
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -32111,6 +32111,36 @@
}
]
},
"GetSnapshotStatus": {
"_type": "undocumented",
"version": 1,
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "published_version",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "snapshot_example_count",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
"GetTrainLogs": {
"_type": "undocumented",
"version": 1,
Expand Down Expand Up @@ -39384,6 +39414,26 @@
"optional": true,
"description": ""
},
{
"name": "predefined_filter",
"type": "CStoreQueryFilters_PredefinedFilter",
"optional": true,
"description": "",
"extra": [
{
"name": "filter_type",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "language_preferences[0]",
"type": "int32[]",
"optional": true,
"description": ""
}
]
},
{
"name": "tagids_must_match[0]",
"type": "CStoreQueryFilters_TagFilter[]",
Expand Down Expand Up @@ -39896,6 +39946,26 @@
"optional": true,
"description": ""
},
{
"name": "predefined_filter",
"type": "CStoreQueryFilters_PredefinedFilter",
"optional": true,
"description": "",
"extra": [
{
"name": "filter_type",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "language_preferences[0]",
"type": "int32[]",
"optional": true,
"description": ""
}
]
},
{
"name": "tagids_must_match[0]",
"type": "CStoreQueryFilters_TagFilter[]",
Expand Down

0 comments on commit 69d0870

Please sign in to comment.