-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account Management Web APIs #161
base: main
Are you sure you want to change the base?
Conversation
Suggested edit: diff --git a/EpicGames/Web/Account/Eula/History.md b/EpicGames/Web/Account/Eula/History.md
index 78d754b..f8b593b 100644
--- a/EpicGames/Web/Account/Eula/History.md
+++ b/EpicGames/Web/Account/Eula/History.md
@@ -19,8 +19,8 @@ _Example Response_
"locale": "en-US",
"version": 5,
"revision": 8,
- "accountId": "####",
- "identityId": "####",
+ "accountId": "94b1569506b04f9f8557af611e8c5e47",
+ "identityId": "94b1569506b04f9f8557af611e8c5e47",
"accepted": true,
"responseTimestamp": "2022-03-24T12:01:28.943Z",
"url": "https://cdn1.epicgames.com/eulatracking-download/fn/en/v5/r8/d3b60a9267a0b424d5c92f258e80814a.pdf"
|
and i did an oopsie, this is supposed to be in tommorow commit, not a code suggestion lmao |
sus bus ong |
what |
sus bus bruh!! |
finished content controls just a bit of extra documenting required (content controls) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
pr requires other endpoints to be documented then one last review
"errors": null, | ||
"data": { | ||
"controlsEnabled": true, | ||
"principalId": "####", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix id
"data": { | ||
"controlsEnabled": false, | ||
"pinGatedPurchasingEnabled": false, | ||
"principalId": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix id
_Example Response (shortened)_ | ||
|
||
```json | ||
get response of a valid order id with reward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do this
"isSuccess": true, | ||
"backupCodes": [ | ||
{ | ||
"code": "XXXXXXXX", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this to actual code format possibly
"taxType": "Tax", | ||
"currency": "EUR", | ||
"receiptId": "#####", | ||
"invoiceId": "#####", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this to actual format
"identityId": "94b1569506b04f9f8557af611e8c5e47", | ||
"orderType": "PURCHASE", | ||
"orderStatus": "COMPLETED", | ||
"subscriptionId": "#####", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this to actual format
work in progress