Skip to content

Commit f4f1d19

Browse files
Update Steam Web API reference
1 parent bf1517a commit f4f1d19

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

api.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,12 @@
10071007
"type": "string",
10081008
"optional": false,
10091009
"description": "Access key"
1010+
},
1011+
{
1012+
"name": "include_revoked",
1013+
"type": "bool",
1014+
"optional": true,
1015+
"description": ""
10101016
}
10111017
]
10121018
},
@@ -4894,6 +4900,67 @@
48944900
]
48954901
}
48964902
]
4903+
},
4904+
"HideAndReportComment": {
4905+
"_type": "undocumented",
4906+
"version": 1,
4907+
"httpmethod": "POST",
4908+
"parameters": [
4909+
{
4910+
"name": "key",
4911+
"type": "string",
4912+
"optional": false,
4913+
"description": "Access key"
4914+
},
4915+
{
4916+
"name": "gidfeature",
4917+
"type": "uint64",
4918+
"optional": true,
4919+
"description": ""
4920+
},
4921+
{
4922+
"name": "gidfeature2",
4923+
"type": "uint64",
4924+
"optional": true,
4925+
"description": ""
4926+
},
4927+
{
4928+
"name": "gidcomment",
4929+
"type": "uint64",
4930+
"optional": true,
4931+
"description": ""
4932+
},
4933+
{
4934+
"name": "steamid",
4935+
"type": "fixed64",
4936+
"optional": true,
4937+
"description": ""
4938+
},
4939+
{
4940+
"name": "commentthreadtype",
4941+
"type": "string",
4942+
"optional": true,
4943+
"description": ""
4944+
},
4945+
{
4946+
"name": "hide",
4947+
"type": "bool",
4948+
"optional": true,
4949+
"description": ""
4950+
},
4951+
{
4952+
"name": "report_reason",
4953+
"type": "int32",
4954+
"optional": true,
4955+
"description": ""
4956+
},
4957+
{
4958+
"name": "report_text",
4959+
"type": "string",
4960+
"optional": true,
4961+
"description": ""
4962+
}
4963+
]
48974964
}
48984965
},
48994966
"IContentFilteringService": {

0 commit comments

Comments
 (0)