From ac433b18ce8c775ddf85841565c04e9b1a780e6e Mon Sep 17 00:00:00 2001 From: Wendy Date: Wed, 20 Nov 2024 00:08:36 +0000 Subject: [PATCH] Update Steam Web API reference --- api.json | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/api.json b/api.json index 9d50e57..fe31e68 100644 --- a/api.json +++ b/api.json @@ -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, @@ -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": "" + } + ] } ] }, @@ -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": "" + } + ] } ] }, @@ -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": "" + } + ] } ] },