This endpoint allows you to set the metadata of an account.
In this case, metadata is only really used to get certain settings on account such as LAUNCHER_SSO_OFF
.
URL | Method |
---|---|
https://account-public-service-prod03.ol.epicgames.com/account/api/accounts/:accountId/metadata | POST |
{
"key": "",
"value": ""
}
key
: the metadata value to editvalue
: the value to update the metadata to