Skip to content

Commit af4b6ed

Browse files
author
John Shaffstall
committed
Bnet API docs update for 8.2.6 event cards
1 parent d23a7d9 commit af4b6ed

File tree

4 files changed

+221
-2
lines changed

4 files changed

+221
-2
lines changed

index.html

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>About the API</h2>
1414
<div class="box-contents">
1515
<div>These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.</div>
1616
<div class="about-line-items">
17-
<div><strong>Version:</strong> 2.20.1
17+
<div><strong>Version:</strong> 2.20.2
1818
</div>
1919
<div><strong>License:</strong> <a href="https://github.com/Bungie-net/api/blob/master/LICENSE">https://github.com/Bungie-net/api/blob/master/LICENSE (BSD License 2.0)</a>
2020
</div>
@@ -119374,6 +119374,9 @@ <h5>Valid Enum Values</h5>
119374119374
<li>
119375119375
<div><strong>FireteamFinderLobbyTooFarInTheFuture</strong>: 3134</div>
119376119376
</li>
119377+
<li>
119378+
<div><strong>FireteamFinderApplicantNotInGame</strong>: 3135</div>
119379+
</li>
119377119380
<li>
119378119381
<div><strong>FireteamFinderResponseUndefined</strong>: 3150</div>
119379119382
</li>
@@ -127490,6 +127493,42 @@ <h5>Object Properties</h5>
127490127493
</div>
127491127494

127492127495

127496+
</div> </div>
127497+
</div>
127498+
</div>
127499+
</div>
127500+
<div class="property box-contents stop-nesting-boxes">
127501+
<div class="box">
127502+
<div class="box-contents">
127503+
<div class="title"><strong>eventCardCurrencyList</strong></div>
127504+
<div class="contents">
127505+
<div class="type-info stop-nesting-boxes">
127506+
127507+
127508+
<div class="attributes">
127509+
<span class="mapped">Mapped to Definition</span>
127510+
</div>
127511+
127512+
127513+
127514+
<div class="type">
127515+
<strong>Type</strong>: array
127516+
</div>
127517+
127518+
127519+
<div class="items">
127520+
<strong>Array Contents:</strong>
127521+
uint32
127522+
</div>
127523+
127524+
127525+
127526+
<div class="mapped">
127527+
<strong>Mapped to Manifest Database Definition: </strong>
127528+
<a href="#/components/schemas/Destiny.Definitions.DestinyInventoryItemDefinition">Destiny.Definitions.DestinyInventoryItemDefinition</a>
127529+
</div>
127530+
127531+
127493127532
</div> </div>
127494127533
</div>
127495127534
</div>
@@ -127608,6 +127647,72 @@ <h5>Object Properties</h5>
127608127647

127609127648

127610127649

127650+
</div> </div>
127651+
</div>
127652+
</div>
127653+
</div>
127654+
<div class="property box-contents stop-nesting-boxes">
127655+
<div class="box">
127656+
<div class="box-contents">
127657+
<div class="title"><strong>rewardProgressionHash</strong></div>
127658+
<div class="contents">
127659+
<div class="type-info stop-nesting-boxes">
127660+
127661+
127662+
<div class="attributes">
127663+
<span class="nullable">Nullable</span>
127664+
<span class="mapped">Mapped to Definition</span>
127665+
</div>
127666+
127667+
127668+
127669+
<div class="type">
127670+
<strong>Type</strong>: uint32
127671+
</div>
127672+
127673+
127674+
127675+
127676+
127677+
<div class="mapped">
127678+
<strong>Mapped to Manifest Database Definition: </strong>
127679+
<a href="#/components/schemas/Destiny.Definitions.DestinyProgressionDefinition">Destiny.Definitions.DestinyProgressionDefinition</a>
127680+
</div>
127681+
127682+
127683+
</div> </div>
127684+
</div>
127685+
</div>
127686+
</div>
127687+
<div class="property box-contents stop-nesting-boxes">
127688+
<div class="box">
127689+
<div class="box-contents">
127690+
<div class="title"><strong>weeklyChallengesPresentationNodeHash</strong></div>
127691+
<div class="contents">
127692+
<div class="type-info stop-nesting-boxes">
127693+
127694+
127695+
<div class="attributes">
127696+
<span class="nullable">Nullable</span>
127697+
<span class="mapped">Mapped to Definition</span>
127698+
</div>
127699+
127700+
127701+
127702+
<div class="type">
127703+
<strong>Type</strong>: uint32
127704+
</div>
127705+
127706+
127707+
127708+
127709+
127710+
<div class="mapped">
127711+
<strong>Mapped to Manifest Database Definition: </strong>
127712+
<a href="#/components/schemas/Destiny.Definitions.Presentation.DestinyPresentationNodeDefinition">Destiny.Definitions.Presentation.DestinyPresentationNodeDefinition</a>
127713+
</div>
127714+
127715+
127611127716
</div> </div>
127612127717
</div>
127613127718
</div>

multi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5393,7 +5393,7 @@ <h2>About the API</h2>
53935393
<p>These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.</p>
53945394
<div class="about-line-items">
53955395
<div>
5396-
<strong>Version:</strong> 2.20.1
5396+
<strong>Version:</strong> 2.20.2
53975397
</div>
53985398
<div>
53995399
<strong>License:</strong> <a href="https://github.com/Bungie-net/api/blob/master/LICENSE">https://github.com/Bungie-net/api/blob/master/LICENSE (BSD License 2.0)</a>

multi/schema_Destiny-Definitions-Seasons-DestinyEventCardDefinition.html

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5545,6 +5545,45 @@ <h5>Object Properties</h5>
55455545
</div>
55465546

55475547

5548+
</div> </div>
5549+
</div>
5550+
</div>
5551+
</div>
5552+
<div class="property box-contents stop-nesting-boxes">
5553+
<div class="box">
5554+
<div class="box-contents">
5555+
<div class="title"><strong>eventCardCurrencyList</strong></div>
5556+
<div class="contents">
5557+
<div class="type-info stop-nesting-boxes">
5558+
5559+
5560+
5561+
<div class="attributes">
5562+
<span class="mapped">Mapped to Definition</span>
5563+
</div>
5564+
5565+
5566+
5567+
5568+
<div class="type">
5569+
<strong>Type</strong>: array
5570+
</div>
5571+
5572+
5573+
<div class="items">
5574+
<strong>Array Contents:</strong>
5575+
uint32
5576+
</div>
5577+
5578+
5579+
5580+
5581+
<div class="mapped">
5582+
<strong>Mapped to Manifest Database Definition: </strong>
5583+
<a href="schema_Destiny-Definitions-DestinyInventoryItemDefinition.html#schema_Destiny-Definitions-DestinyInventoryItemDefinition">Destiny.Definitions.DestinyInventoryItemDefinition</a>
5584+
</div>
5585+
5586+
55485587
</div> </div>
55495588
</div>
55505589
</div>
@@ -5675,6 +5714,78 @@ <h5>Object Properties</h5>
56755714

56765715

56775716

5717+
</div> </div>
5718+
</div>
5719+
</div>
5720+
</div>
5721+
<div class="property box-contents stop-nesting-boxes">
5722+
<div class="box">
5723+
<div class="box-contents">
5724+
<div class="title"><strong>rewardProgressionHash</strong></div>
5725+
<div class="contents">
5726+
<div class="type-info stop-nesting-boxes">
5727+
5728+
5729+
5730+
<div class="attributes">
5731+
<span class="nullable">Nullable</span>
5732+
<span class="mapped">Mapped to Definition</span>
5733+
</div>
5734+
5735+
5736+
5737+
5738+
<div class="type">
5739+
<strong>Type</strong>: uint32
5740+
</div>
5741+
5742+
5743+
5744+
5745+
5746+
5747+
<div class="mapped">
5748+
<strong>Mapped to Manifest Database Definition: </strong>
5749+
<a href="schema_Destiny-Definitions-DestinyProgressionDefinition.html#schema_Destiny-Definitions-DestinyProgressionDefinition">Destiny.Definitions.DestinyProgressionDefinition</a>
5750+
</div>
5751+
5752+
5753+
</div> </div>
5754+
</div>
5755+
</div>
5756+
</div>
5757+
<div class="property box-contents stop-nesting-boxes">
5758+
<div class="box">
5759+
<div class="box-contents">
5760+
<div class="title"><strong>weeklyChallengesPresentationNodeHash</strong></div>
5761+
<div class="contents">
5762+
<div class="type-info stop-nesting-boxes">
5763+
5764+
5765+
5766+
<div class="attributes">
5767+
<span class="nullable">Nullable</span>
5768+
<span class="mapped">Mapped to Definition</span>
5769+
</div>
5770+
5771+
5772+
5773+
5774+
<div class="type">
5775+
<strong>Type</strong>: uint32
5776+
</div>
5777+
5778+
5779+
5780+
5781+
5782+
5783+
<div class="mapped">
5784+
<strong>Mapped to Manifest Database Definition: </strong>
5785+
<a href="schema_Destiny-Definitions-Presentation-DestinyPresentationNodeDefinition.html#schema_Destiny-Definitions-Presentation-DestinyPresentationNodeDefinition">Destiny.Definitions.Presentation.DestinyPresentationNodeDefinition</a>
5786+
</div>
5787+
5788+
56785789
</div> </div>
56795790
</div>
56805791
</div>

multi/schema_Exceptions-PlatformErrorCodes.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7842,6 +7842,9 @@ <h5>Valid Enum Values</h5>
78427842
<li>
78437843
<div><strong>FireteamFinderLobbyTooFarInTheFuture</strong>: 3134</div>
78447844
</li>
7845+
<li>
7846+
<div><strong>FireteamFinderApplicantNotInGame</strong>: 3135</div>
7847+
</li>
78457848
<li>
78467849
<div><strong>FireteamFinderResponseUndefined</strong>: 3150</div>
78477850
</li>

0 commit comments

Comments
 (0)