From 6d7f4aeab8c54d642f5e5d65590338cbd3909754 Mon Sep 17 00:00:00 2001 From: Wendy Date: Wed, 11 Dec 2024 22:10:22 +0000 Subject: [PATCH] Update Steam Web API reference --- api.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/api.json b/api.json index e2443b9..49da02d 100644 --- a/api.json +++ b/api.json @@ -10388,8 +10388,8 @@ "description": "" }, { - "name": "search_term", - "type": "string", + "name": "excluded_store_tagids[0]", + "type": "uint32[]", "optional": true, "description": "" }, @@ -10400,7 +10400,7 @@ "description": "" }, { - "name": "search_term__field_21", + "name": "search_term", "type": "string", "optional": true, "description": "" @@ -10700,6 +10700,12 @@ "type": "string", "optional": true, "description": "" + }, + { + "name": "excluded_store_tagids[0]", + "type": "uint32[]", + "optional": true, + "description": "" } ] }, @@ -14491,6 +14497,12 @@ "type": "bool", "optional": true, "description": "" + }, + { + "name": "include_links", + "type": "bool", + "optional": true, + "description": "" } ] }