From 5182132fbddffcdfa04f9a478f3257cf8abddcee Mon Sep 17 00:00:00 2001 From: Wendy Date: Tue, 22 Oct 2024 23:08:32 +0000 Subject: [PATCH] Update Steam Web API reference --- api.json | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) diff --git a/api.json b/api.json index d97d268..04ba841 100644 --- a/api.json +++ b/api.json @@ -2917,6 +2917,63 @@ } }, "ICheckoutService": { + "AddFreeLicense": { + "_type": "undocumented", + "version": 1, + "httpmethod": "POST", + "parameters": [ + { + "name": "key", + "type": "string", + "optional": false, + "description": "Access key" + }, + { + "name": "item_id", + "type": "StoreItemID", + "optional": true, + "description": "", + "extra": [ + { + "name": "appid", + "type": "uint32", + "optional": true, + "description": "" + }, + { + "name": "packageid", + "type": "uint32", + "optional": true, + "description": "" + }, + { + "name": "bundleid", + "type": "uint32", + "optional": true, + "description": "" + }, + { + "name": "tagid", + "type": "uint32", + "optional": true, + "description": "" + }, + { + "name": "creatorid", + "type": "uint32", + "optional": true, + "description": "" + }, + { + "name": "hubcategoryid", + "type": "uint32", + "optional": true, + "description": "" + } + ] + } + ] + }, "GetFriendOwnershipForGifting": { "_type": "undocumented", "version": 1, @@ -4581,6 +4638,30 @@ "version": 1, "parameters": [] }, + "GetClanEventCrowdInMetadata": { + "_type": "undocumented", + "version": 1, + "parameters": [ + { + "name": "key", + "type": "string", + "optional": false, + "description": "Access key" + }, + { + "name": "steamid", + "type": "fixed64", + "optional": true, + "description": "" + }, + { + "name": "itemid", + "type": "uint64", + "optional": true, + "description": "" + } + ] + }, "GetSingleClanAnnouncement": { "_type": "undocumented", "version": 1, @@ -22178,6 +22259,18 @@ "type": "uint32", "optional": true, "description": "" + }, + { + "name": "table_full_sample", + "type": "bool", + "optional": true, + "description": "" + }, + { + "name": "sequence_prefix_frequency", + "type": "float", + "optional": true, + "description": "" } ] }, @@ -23502,6 +23595,18 @@ "type": "uint32", "optional": true, "description": "" + }, + { + "name": "table_full_sample", + "type": "bool", + "optional": true, + "description": "" + }, + { + "name": "sequence_prefix_frequency", + "type": "float", + "optional": true, + "description": "" } ] }, @@ -25999,6 +26104,18 @@ "type": "uint32", "optional": true, "description": "" + }, + { + "name": "table_full_sample", + "type": "bool", + "optional": true, + "description": "" + }, + { + "name": "sequence_prefix_frequency", + "type": "float", + "optional": true, + "description": "" } ] },