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 Jan 15, 2025
1 parent 15c3e44 commit 37329e3
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -16894,6 +16894,30 @@
}
]
},
"GetBatchPartnerEmailAndName": {
"_type": "undocumented",
"version": 1,
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "accountids[0]",
"type": "uint32[]",
"optional": true,
"description": ""
},
{
"name": "partnerids[0]",
"type": "uint32[]",
"optional": true,
"description": ""
}
]
},
"GetRegistrations": {
"_type": "undocumented",
"version": 1,
Expand Down Expand Up @@ -19448,6 +19472,12 @@
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "appid",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -30009,6 +30039,12 @@
"type": "float",
"optional": true,
"description": ""
},
{
"name": "use_class_weights",
"type": "bool",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -31537,6 +31573,12 @@
"type": "float",
"optional": true,
"description": ""
},
{
"name": "use_class_weights",
"type": "bool",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -31970,6 +32012,18 @@
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "project_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "published_version",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -34239,6 +34293,12 @@
"type": "float",
"optional": true,
"description": ""
},
{
"name": "use_class_weights",
"type": "bool",
"optional": true,
"description": ""
}
]
},
Expand Down

0 comments on commit 37329e3

Please sign in to comment.