Skip to content

Commit 0958c87

Browse files
Docs update for new energy types and phone validation errors
1 parent c89f69b commit 0958c87

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

index.html

Lines changed: 20 additions & 2 deletions
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.9.0
17+
<div><strong>Version:</strong> 2.9.1
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>
@@ -83980,7 +83980,7 @@ <h5>Object Properties</h5>
8398083980
</div>
8398183981

8398283982
<div class="description">
83983-
Represents an Energy Type for systems that require payment of energy of certain types, such as with Armor 2.0.
83983+
Represents the socket energy types for Armor 2.0, Ghosts 2.0, and Stasis subclasses.
8398483984
</div>
8398583985

8398683986

@@ -84009,6 +84009,12 @@ <h5>Valid Enum Values</h5>
8400984009
<li>
8401084010
<div><strong>Void</strong>: 3</div>
8401184011
</li>
84012+
<li>
84013+
<div><strong>Ghost</strong>: 4</div>
84014+
</li>
84015+
<li>
84016+
<div><strong>Subclass</strong>: 5</div>
84017+
</li>
8401284018
</ul>
8401384019
</div>
8401484020
</div>
@@ -98086,6 +98092,18 @@ <h5>Valid Enum Values</h5>
9808698092
<li>
9808798093
<div><strong>StadiaAccountRequired</strong>: 3600</div>
9808898094
</li>
98095+
<li>
98096+
<div><strong>ErrorPhoneValidationTooManyUses</strong>: 3702</div>
98097+
</li>
98098+
<li>
98099+
<div><strong>ErrorPhoneValidationNoAssociatedPhone</strong>: 3703</div>
98100+
</li>
98101+
<li>
98102+
<div><strong>ErrorPhoneValidationCodeInvalid</strong>: 3705</div>
98103+
</li>
98104+
<li>
98105+
<div><strong>ErrorPhoneValidationBanned</strong>: 3706</div>
98106+
</li>
9808998107
</ul>
9809098108
</div>
9809198109
</div>

multi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4331,7 +4331,7 @@ <h2>About the API</h2>
43314331
<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>
43324332
<div class="about-line-items">
43334333
<div>
4334-
<strong>Version:</strong> 2.9.0
4334+
<strong>Version:</strong> 2.9.1
43354335
</div>
43364336
<div>
43374337
<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-DestinyEnergyType.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,7 @@ <h3>Destiny.DestinyEnergyType</h3>
43374337

43384338

43394339
<div class="description">
4340-
Represents an Energy Type for systems that require payment of energy of certain types, such as with Armor 2.0.
4340+
Represents the socket energy types for Armor 2.0, Ghosts 2.0, and Stasis subclasses.
43414341
</div>
43424342

43434343

@@ -4367,6 +4367,12 @@ <h5>Valid Enum Values</h5>
43674367
<li>
43684368
<div><strong>Void</strong>: 3</div>
43694369
</li>
4370+
<li>
4371+
<div><strong>Ghost</strong>: 4</div>
4372+
</li>
4373+
<li>
4374+
<div><strong>Subclass</strong>: 5</div>
4375+
</li>
43704376
</ul>
43714377
</div>
43724378
</div>

multi/schema_Exceptions-PlatformErrorCodes.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6655,6 +6655,18 @@ <h5>Valid Enum Values</h5>
66556655
<li>
66566656
<div><strong>StadiaAccountRequired</strong>: 3600</div>
66576657
</li>
6658+
<li>
6659+
<div><strong>ErrorPhoneValidationTooManyUses</strong>: 3702</div>
6660+
</li>
6661+
<li>
6662+
<div><strong>ErrorPhoneValidationNoAssociatedPhone</strong>: 3703</div>
6663+
</li>
6664+
<li>
6665+
<div><strong>ErrorPhoneValidationCodeInvalid</strong>: 3705</div>
6666+
</li>
6667+
<li>
6668+
<div><strong>ErrorPhoneValidationBanned</strong>: 3706</div>
6669+
</li>
66586670
</ul>
66596671
</div>
66606672
</div>

0 commit comments

Comments
 (0)