Skip to content

Commit f056375

Browse files
Update Steam Web API reference
1 parent 10483fc commit f056375

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

api.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3372,6 +3372,31 @@
33723372
}
33733373
]
33743374
},
3375+
"FetchLocalizationFromCrowdIn": {
3376+
"_type": "undocumented",
3377+
"version": 1,
3378+
"httpmethod": "POST",
3379+
"parameters": [
3380+
{
3381+
"name": "key",
3382+
"type": "string",
3383+
"optional": false,
3384+
"description": "Access key"
3385+
},
3386+
{
3387+
"name": "faq_id",
3388+
"type": "uint64",
3389+
"optional": true,
3390+
"description": ""
3391+
},
3392+
{
3393+
"name": "language",
3394+
"type": "uint32",
3395+
"optional": true,
3396+
"description": ""
3397+
}
3398+
]
3399+
},
33753400
"GetAllDrafts": {
33763401
"_type": "undocumented",
33773402
"version": 1,
@@ -3441,6 +3466,25 @@
34413466
}
34423467
]
34433468
},
3469+
"GetCrowdInMetadata": {
3470+
"_type": "undocumented",
3471+
"version": 1,
3472+
"httpmethod": "POST",
3473+
"parameters": [
3474+
{
3475+
"name": "key",
3476+
"type": "string",
3477+
"optional": false,
3478+
"description": "Access key"
3479+
},
3480+
{
3481+
"name": "faq_id",
3482+
"type": "uint64",
3483+
"optional": true,
3484+
"description": ""
3485+
}
3486+
]
3487+
},
34443488
"GetFAQ": {
34453489
"_type": "undocumented",
34463490
"version": 1,

0 commit comments

Comments
 (0)