-
Notifications
You must be signed in to change notification settings - Fork 19
Restore Package
Revadike edited this page Jul 10, 2021
·
1 revision
No known rate limit
Authenticated: Yes
Method:
POST
Host:
help.steampowered.com
Path:
/wizard/AjaxDoPackageRestore
Form Data:
Name Type Required Description appid
number No The Steam AppID packageid
number Yes The Steam PackageID sessionid
string Yes The value of the sessionid
cookiewizard_ajax
number | boolean No TODO
Name Type Description hash
string The next wizard page success
boolean true
if successful,false
otherwise
POST https://help.steampowered.com/wizard/AjaxDoPackageRestore { packageid: 469, sessionid: "a0b1c2d3e4f5g6h7i8j9klmn" }
{
"hash": "HelpPackageRestored?appid=0&packageid=469",
"success": true
}