Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rlink:game:challenge:updateprogressbatched [2022-10-22 22:48] – [/game/challenge/updateProgressBatched] nimda | rlink:game:challenge:updateprogressbatched [2024-11-01 14:08] (current) – Replace 'reliclink' with 'worldsedgelink' nimda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== / | + | ====== |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| **AUTHENTICATION** | **AUTHENTICATION** | ||
| Line 9: | Line 9: | ||
| - | ===== Request | + | ===== AoE2: |
| + | ==== Request | ||
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| POST / | POST / | ||
| - | Cookie: ApplicationGatewayAffinity=0; | + | Cookie: ApplicationGatewayAffinity=0; |
| - | Host: aoe-api.reliclink.com | + | Host: aoe-api.worldsedgelink.com |
| Accept-Encoding: | Accept-Encoding: | ||
| Accept: */* | Accept: */* | ||
| Line 34: | Line 35: | ||
| |updateAmounts|array[int]|[1]|| | |updateAmounts|array[int]|[1]|| | ||
| + | ==== Response ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | [ | ||
| + | 0 // result status code | ||
| + | ] | ||
| + | </ | ||
| + | </ | ||
| - | ===== Response | + | ===== AoE4 ===== |
| + | ==== Request ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | POST / | ||
| + | Host: aoe-api.worldsedgelink.com | ||
| + | Accept: */* | ||
| + | Accept-Encoding: | ||
| + | Cookie: ApplicationGatewayAffinity=a2bd9c803374aa3cdd1337b02986746f; | ||
| + | Cache-Control: | ||
| + | Content-Length: | ||
| + | Content-Type: | ||
| + | Pragma: no-cache | ||
| + | |||
| + | callNum=86& | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ^parameter ^type ^value ^comments ^ | ||
| + | |callNum| int | 123 || | ||
| + | |connect_id|||| | ||
| + | |lastCallTime| timestamp||| | ||
| + | |progressIDs|array[int]|[999]|| | ||
| + | |sessionID|str||| | ||
| + | |updateAmounts|array[int]|[1]|| | ||
| - | ==== AoE2: | + | ==== Response==== |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| - | RESPONSE_TEMPLATE | + | [ |
| + | 0 // result status code | ||
| + | ] | ||
| </ | </ | ||
| </ | </ | ||