Skip to content

Commit

Permalink
Update Steam Web API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamDB-Tracker committed Oct 22, 2024
1 parent cd6c6dc commit 5182132
Showing 1 changed file with 117 additions and 0 deletions.
117 changes: 117 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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": ""
}
]
},
Expand Down Expand Up @@ -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": ""
}
]
},
Expand Down Expand Up @@ -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": ""
}
]
},
Expand Down

0 comments on commit 5182132

Please sign in to comment.