Skip to content

Commit 09c5e37

Browse files
Update Steam Web API reference
1 parent 55fac20 commit 09c5e37

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

api.json

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5243,6 +5243,12 @@
52435243
]
52445244
}
52455245
]
5246+
},
5247+
{
5248+
"name": "detected_by_automation",
5249+
"type": "bool",
5250+
"optional": true,
5251+
"description": ""
52465252
}
52475253
]
52485254
},
@@ -5345,6 +5351,37 @@
53455351
}
53465352
]
53475353
},
5354+
"GetAuditLog": {
5355+
"_type": "undocumented",
5356+
"version": 1,
5357+
"httpmethod": "POST",
5358+
"parameters": [
5359+
{
5360+
"name": "key",
5361+
"type": "string",
5362+
"optional": false,
5363+
"description": "Access key"
5364+
},
5365+
{
5366+
"name": "subject_type",
5367+
"type": "int32",
5368+
"optional": true,
5369+
"description": ""
5370+
},
5371+
{
5372+
"name": "subject_group_id",
5373+
"type": "uint64",
5374+
"optional": true,
5375+
"description": ""
5376+
},
5377+
{
5378+
"name": "subject_id",
5379+
"type": "uint64",
5380+
"optional": true,
5381+
"description": ""
5382+
}
5383+
]
5384+
},
53485385
"GetClaimed": {
53495386
"_type": "undocumented",
53505387
"version": 1,
@@ -5576,6 +5613,12 @@
55765613
"type": "string",
55775614
"optional": true,
55785615
"description": ""
5616+
},
5617+
{
5618+
"name": "resolved_by_automation",
5619+
"type": "int32",
5620+
"optional": true,
5621+
"description": ""
55795622
}
55805623
]
55815624
},
@@ -5619,6 +5662,12 @@
56195662
"type": "string",
56205663
"optional": true,
56215664
"description": ""
5665+
},
5666+
{
5667+
"name": "resolved_by_automation",
5668+
"type": "int32",
5669+
"optional": true,
5670+
"description": ""
56225671
}
56235672
]
56245673
},
@@ -8242,6 +8291,42 @@
82428291
}
82438292
]
82448293
},
8294+
"GetAssetClassInfo": {
8295+
"_type": "undocumented",
8296+
"version": 1,
8297+
"parameters": [
8298+
{
8299+
"name": "key",
8300+
"type": "string",
8301+
"optional": false,
8302+
"description": "Access key"
8303+
},
8304+
{
8305+
"name": "language",
8306+
"type": "string",
8307+
"optional": true,
8308+
"description": ""
8309+
},
8310+
{
8311+
"name": "appid",
8312+
"type": "uint32",
8313+
"optional": true,
8314+
"description": ""
8315+
},
8316+
{
8317+
"name": "classes[0]",
8318+
"type": "CEcon_GetAssetClassInfo_Request.Class[]",
8319+
"optional": true,
8320+
"description": ""
8321+
},
8322+
{
8323+
"name": "high_pri",
8324+
"type": "bool",
8325+
"optional": true,
8326+
"description": ""
8327+
}
8328+
]
8329+
},
82458330
"GetInventoryItemsWithDescriptions": {
82468331
"_type": "undocumented",
82478332
"version": 1,
@@ -18363,6 +18448,44 @@
1836318448
}
1836418449
]
1836518450
},
18451+
"GetPlanByAssociationID": {
18452+
"_type": "undocumented",
18453+
"version": 1,
18454+
"parameters": [
18455+
{
18456+
"name": "key",
18457+
"type": "string",
18458+
"optional": false,
18459+
"description": "Access key"
18460+
},
18461+
{
18462+
"name": "requested[0]",
18463+
"type": "CPromoAssociation[]",
18464+
"optional": true,
18465+
"description": "",
18466+
"extra": [
18467+
{
18468+
"name": "type",
18469+
"type": "int32",
18470+
"optional": true,
18471+
"description": ""
18472+
},
18473+
{
18474+
"name": "gid",
18475+
"type": "fixed64",
18476+
"optional": true,
18477+
"description": ""
18478+
},
18479+
{
18480+
"name": "promotion_planid",
18481+
"type": "fixed64",
18482+
"optional": true,
18483+
"description": ""
18484+
}
18485+
]
18486+
}
18487+
]
18488+
},
1836618489
"GetPlanByInputAccessKey": {
1836718490
"_type": "undocumented",
1836818491
"version": 1,

0 commit comments

Comments
 (0)