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 29, 2025
1 parent 69d0870 commit 5d57949
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -17030,6 +17030,12 @@
"type": "string",
"optional": true,
"description": ""
},
{
"name": "skip_email",
"type": "bool",
"optional": true,
"description": ""
}
]
}
Expand Down Expand Up @@ -29947,6 +29953,20 @@
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "config_data_source",
"type": "CMsgSteamLearnProjectSnapshotConfigDataSource",
"optional": true,
"description": "",
"extra": [
{
"name": "data_source_id",
"type": "uint32",
"optional": true,
"description": ""
}
]
}
]
},
Expand Down Expand Up @@ -30045,6 +30065,30 @@
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "train_warmup_steps",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "train_warmup_start",
"type": "float",
"optional": true,
"description": ""
},
{
"name": "train_decay_steps",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "train_decay_rate",
"type": "float",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -31481,6 +31525,20 @@
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "config_data_source",
"type": "CMsgSteamLearnProjectSnapshotConfigDataSource",
"optional": true,
"description": "",
"extra": [
{
"name": "data_source_id",
"type": "uint32",
"optional": true,
"description": ""
}
]
}
]
},
Expand Down Expand Up @@ -31579,6 +31637,30 @@
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "train_warmup_steps",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "train_warmup_start",
"type": "float",
"optional": true,
"description": ""
},
{
"name": "train_decay_steps",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "train_decay_rate",
"type": "float",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -34231,6 +34313,20 @@
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "config_data_source",
"type": "CMsgSteamLearnProjectSnapshotConfigDataSource",
"optional": true,
"description": "",
"extra": [
{
"name": "data_source_id",
"type": "uint32",
"optional": true,
"description": ""
}
]
}
]
},
Expand Down Expand Up @@ -34329,6 +34425,30 @@
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "train_warmup_steps",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "train_warmup_start",
"type": "float",
"optional": true,
"description": ""
},
{
"name": "train_decay_steps",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "train_decay_rate",
"type": "float",
"optional": true,
"description": ""
}
]
},
Expand Down

0 comments on commit 5d57949

Please sign in to comment.