{"openapi":"3.1.0","info":{"title":"Data Asset Directory Service","version":"1.0.0"},"paths":{"/assets/{gameId}/{branch}/{changelist}":{"post":{"tags":["Assets"],"summary":"Get game file overwrites","parameters":[{"in":"path","name":"gameId","schema":{"type":"string","examples":["Fortnite"]},"required":true,"description":"The game id"},{"in":"path","name":"branch","schema":{"type":"string","examples":["++Fortnite+Release-39.40"]},"required":true,"description":"The game's branch name"},{"in":"path","name":"changelist","schema":{"type":"string","examples":["50341043"]},"required":true,"description":"The game's changelist number"},{"in":"query","name":"appId","schema":{"type":"string","examples":["Fortnite"]},"required":true,"description":"The app id"}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"integer"},"description":"A map of assets and their current promotion (0 when the game launches)"}}}},"responses":{"200":{"description":"Asset updates for the game","content":{"application/json":{"schema":{"type":"object","description":null,"additionalProperties":{"type":"object","required":["meta","assets"],"properties":{"meta":{"type":"object","required":["promotion"],"properties":{"promotion":{"type":"integer"}}},"assets":{"type":"object","additionalProperties":{"type":"object","required":["meta","assetData"],"properties":{"meta":{"type":"object","required":["revision","headRevision","revisedAt","promotion","promotedAt"],"properties":{"revision":{"type":"integer"},"headRevision":{"type":"integer"},"revisedAt":{"type":"string","format":"date-time"},"promotion":{"type":"integer"},"promotedAt":{"type":"string","format":"date-time"}}},"assetData":{"type":"object","additionalProperties":true}}}}}}}}}}},"description":"**Permission Required**: [`dad:{gameId}:assets:updateCheck READ`](https://egs.jaren.wtf/#resource=dad:{gameId}:assets:updateCheck&action=2)","security":[{"bearer":["dad:{gameId}:assets:updateCheck READ"]}]}}},"components":{"schemas":{},"securitySchemes":{"bearer":{"type":"http","scheme":"bearer"}}},"servers":[{"url":"https://data-asset-directory-public-service-prod.ol.epicgames.com/api/v1/"}]}