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 16, 2024
1 parent b09426d commit cd6c6dc
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -13566,6 +13566,56 @@
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "lookup_key[0]",
"type": "CPartnerDeadlineLookUpKey[]",
"optional": true,
"description": "",
"extra": [
{
"name": "deadlineid",
"type": "fixed64",
"optional": true,
"description": ""
},
{
"name": "partnerid",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "type",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "gid",
"type": "fixed64",
"optional": true,
"description": ""
},
{
"name": "store_item_type",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "store_item_id",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "discount_event_id",
"type": "uint32",
"optional": true,
"description": ""
}
]
}
]
}
Expand Down

0 comments on commit cd6c6dc

Please sign in to comment.