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 Nov 20, 2024
1 parent 19e4621 commit ac433b1
Showing 1 changed file with 109 additions and 0 deletions.
109 changes: 109 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4547,6 +4547,37 @@
}
},
"ICommunityService": {
"FetchTranslationFromCrowdIn": {
"_type": "undocumented",
"version": 1,
"httpmethod": "POST",
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "steamid",
"type": "fixed64",
"optional": true,
"description": ""
},
{
"name": "itemid",
"type": "uint64",
"optional": true,
"description": ""
},
{
"name": "language",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
"GetApps": {
"_type": "undocumented",
"version": 1,
Expand Down Expand Up @@ -23409,6 +23440,32 @@
"description": ""
}
]
},
{
"name": "external_model",
"type": "CMsgSteamLearnModelNodeExternalModel",
"optional": true,
"description": "",
"extra": [
{
"name": "project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "published_version",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "named_inference_name",
"type": "string",
"optional": true,
"description": ""
}
]
}
]
},
Expand Down Expand Up @@ -24833,6 +24890,32 @@
"description": ""
}
]
},
{
"name": "external_model",
"type": "CMsgSteamLearnModelNodeExternalModel",
"optional": true,
"description": "",
"extra": [
{
"name": "project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "published_version",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "named_inference_name",
"type": "string",
"optional": true,
"description": ""
}
]
}
]
},
Expand Down Expand Up @@ -27431,6 +27514,32 @@
"description": ""
}
]
},
{
"name": "external_model",
"type": "CMsgSteamLearnModelNodeExternalModel",
"optional": true,
"description": "",
"extra": [
{
"name": "project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "published_version",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "named_inference_name",
"type": "string",
"optional": true,
"description": ""
}
]
}
]
},
Expand Down

0 comments on commit ac433b1

Please sign in to comment.