Skip to content

Commit 1ea697a

Browse files
Bnet API docs update for StringVariables in the D2 Vendor APIs
1 parent f7a4002 commit 1ea697a

6 files changed

+229
-2
lines changed

index.html

Lines changed: 110 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.11.0
17+
<div><strong>Version:</strong> 2.11.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>
@@ -160,6 +160,12 @@ <h4>Scopes</h4>
160160
<div class="description">Allows an app to query sensitive information like unlock flags and values not available through normal methods.</div>
161161
</li>
162162
</ul>
163+
<ul>
164+
<li>
165+
<div class="title">UserPiiRead</div>
166+
<div class="description">Allows an app to query sensitive user PII, most notably email information.</div>
167+
</li>
168+
</ul>
163169
</div>
164170
</div>
165171
</div>
@@ -38901,6 +38907,10 @@ <h5>Valid Enum Values</h5>
3890138907
<div><strong>DestinyUnlockValueQuery</strong>: 8192</div>
3890238908
<div class="description">Allows an app to query sensitive information like unlock flags and values not available through normal methods.</div>
3890338909
</li>
38910+
<li>
38911+
<div><strong>UserPiiRead</strong>: 16384</div>
38912+
<div class="description">Allows an app to query sensitive user PII, most notably email information.</div>
38913+
</li>
3890438914
</ul>
3890538915
</div>
3890638916
</div>
@@ -128246,6 +128256,39 @@ <h5>Object Properties</h5>
128246128256

128247128257

128248128258

128259+
</div> </div>
128260+
</div>
128261+
</div>
128262+
</div>
128263+
<div class="property box-contents stop-nesting-boxes">
128264+
<div class="box">
128265+
<div class="box-contents">
128266+
<div class="title"><strong>stringVariables</strong></div>
128267+
<div class="contents">
128268+
<div class="type-info stop-nesting-boxes">
128269+
128270+
128271+
<div class="attributes">
128272+
<span class="depends-on">Depends on Component "StringVariables"</span>
128273+
</div>
128274+
128275+
<div class="description">
128276+
A map of string variable values by hash for this character context.<br /><br />COMPONENT TYPE: StringVariables
128277+
</div>
128278+
128279+
128280+
<div class="type">
128281+
<strong>Type</strong>: object
128282+
</div>
128283+
128284+
<div class="type-info stop-nesting-boxes">
128285+
See: <a href="#/components/schemas/SingleComponentResponseOfDestinyStringVariablesComponent">SingleComponentResponseOfDestinyStringVariablesComponent</a>
128286+
</div>
128287+
128288+
128289+
128290+
128291+
128249128292
</div> </div>
128250128293
</div>
128251128294
</div>
@@ -131936,6 +131979,39 @@ <h5>Object Properties</h5>
131936131979

131937131980

131938131981

131982+
</div> </div>
131983+
</div>
131984+
</div>
131985+
</div>
131986+
<div class="property box-contents stop-nesting-boxes">
131987+
<div class="box">
131988+
<div class="box-contents">
131989+
<div class="title"><strong>stringVariables</strong></div>
131990+
<div class="contents">
131991+
<div class="type-info stop-nesting-boxes">
131992+
131993+
131994+
<div class="attributes">
131995+
<span class="depends-on">Depends on Component "StringVariables"</span>
131996+
</div>
131997+
131998+
<div class="description">
131999+
A map of string variable values by hash for this character context.<br /><br />COMPONENT TYPE: StringVariables
132000+
</div>
132001+
132002+
132003+
<div class="type">
132004+
<strong>Type</strong>: object
132005+
</div>
132006+
132007+
<div class="type-info stop-nesting-boxes">
132008+
See: <a href="#/components/schemas/SingleComponentResponseOfDestinyStringVariablesComponent">SingleComponentResponseOfDestinyStringVariablesComponent</a>
132009+
</div>
132010+
132011+
132012+
132013+
132014+
131939132015
</div> </div>
131940132016
</div>
131941132017
</div>
@@ -132406,6 +132482,39 @@ <h5>Object Properties</h5>
132406132482

132407132483

132408132484

132485+
</div> </div>
132486+
</div>
132487+
</div>
132488+
</div>
132489+
<div class="property box-contents stop-nesting-boxes">
132490+
<div class="box">
132491+
<div class="box-contents">
132492+
<div class="title"><strong>stringVariables</strong></div>
132493+
<div class="contents">
132494+
<div class="type-info stop-nesting-boxes">
132495+
132496+
132497+
<div class="attributes">
132498+
<span class="depends-on">Depends on Component "StringVariables"</span>
132499+
</div>
132500+
132501+
<div class="description">
132502+
A set of string variable values by hash for a public vendors context.<br /><br />COMPONENT TYPE: StringVariables
132503+
</div>
132504+
132505+
132506+
<div class="type">
132507+
<strong>Type</strong>: object
132508+
</div>
132509+
132510+
<div class="type-info stop-nesting-boxes">
132511+
See: <a href="#/components/schemas/SingleComponentResponseOfDestinyStringVariablesComponent">SingleComponentResponseOfDestinyStringVariablesComponent</a>
132512+
</div>
132513+
132514+
132515+
132516+
132517+
132409132518
</div> </div>
132410132519
</div>
132411132520
</div>

multi/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4368,7 +4368,7 @@ <h2>About the API</h2>
43684368
<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>
43694369
<div class="about-line-items">
43704370
<div>
4371-
<strong>Version:</strong> 2.11.0
4371+
<strong>Version:</strong> 2.11.1
43724372
</div>
43734373
<div>
43744374
<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>
@@ -4526,6 +4526,12 @@ <h4>Scopes</h4>
45264526
<div class="description">Allows an app to query sensitive information like unlock flags and values not available through normal methods.</div>
45274527
</li>
45284528
</ul>
4529+
<ul>
4530+
<li>
4531+
<div class="title">UserPiiRead</div>
4532+
<div class="description">Allows an app to query sensitive user PII, most notably email information.</div>
4533+
</li>
4534+
</ul>
45294535
</div>
45304536
</div>
45314537
</div>

multi/schema_Applications-ApplicationScopes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4445,6 +4445,10 @@ <h5>Valid Enum Values</h5>
44454445
<div><strong>DestinyUnlockValueQuery</strong>: 8192</div>
44464446
<div class="description">Allows an app to query sensitive information like unlock flags and values not available through normal methods.</div>
44474447
</li>
4448+
<li>
4449+
<div><strong>UserPiiRead</strong>: 16384</div>
4450+
<div class="description">Allows an app to query sensitive user PII, most notably email information.</div>
4451+
</li>
44484452
</ul>
44494453
</div>
44504454
</div>

multi/schema_Destiny-Responses-DestinyPublicVendorsResponse.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4527,6 +4527,42 @@ <h5>Object Properties</h5>
45274527

45284528

45294529

4530+
</div> </div>
4531+
</div>
4532+
</div>
4533+
</div>
4534+
<div class="property box-contents stop-nesting-boxes">
4535+
<div class="box">
4536+
<div class="box-contents">
4537+
<div class="title"><strong>stringVariables</strong></div>
4538+
<div class="contents">
4539+
<div class="type-info stop-nesting-boxes">
4540+
4541+
4542+
4543+
<div class="attributes">
4544+
<span class="depends-on">Depends on Component "StringVariables"</span>
4545+
</div>
4546+
4547+
4548+
<div class="description">
4549+
A set of string variable values by hash for a public vendors context.<br /><br />COMPONENT TYPE: StringVariables
4550+
</div>
4551+
4552+
4553+
<div class="type">
4554+
<strong>Type</strong>: object
4555+
</div>
4556+
4557+
<div class="type-info stop-nesting-boxes">
4558+
See: <a href="schema_SingleComponentResponseOfDestinyStringVariablesComponent.html#schema_SingleComponentResponseOfDestinyStringVariablesComponent">SingleComponentResponseOfDestinyStringVariablesComponent</a>
4559+
</div>
4560+
4561+
4562+
4563+
4564+
4565+
45304566
</div> </div>
45314567
</div>
45324568
</div>

multi/schema_Destiny-Responses-DestinyVendorResponse.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4562,6 +4562,42 @@ <h5>Object Properties</h5>
45624562

45634563

45644564

4565+
</div> </div>
4566+
</div>
4567+
</div>
4568+
</div>
4569+
<div class="property box-contents stop-nesting-boxes">
4570+
<div class="box">
4571+
<div class="box-contents">
4572+
<div class="title"><strong>stringVariables</strong></div>
4573+
<div class="contents">
4574+
<div class="type-info stop-nesting-boxes">
4575+
4576+
4577+
4578+
<div class="attributes">
4579+
<span class="depends-on">Depends on Component "StringVariables"</span>
4580+
</div>
4581+
4582+
4583+
<div class="description">
4584+
A map of string variable values by hash for this character context.<br /><br />COMPONENT TYPE: StringVariables
4585+
</div>
4586+
4587+
4588+
<div class="type">
4589+
<strong>Type</strong>: object
4590+
</div>
4591+
4592+
<div class="type-info stop-nesting-boxes">
4593+
See: <a href="schema_SingleComponentResponseOfDestinyStringVariablesComponent.html#schema_SingleComponentResponseOfDestinyStringVariablesComponent">SingleComponentResponseOfDestinyStringVariablesComponent</a>
4594+
</div>
4595+
4596+
4597+
4598+
4599+
4600+
45654601
</div> </div>
45664602
</div>
45674603
</div>

multi/schema_Destiny-Responses-DestinyVendorsResponse.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4604,6 +4604,42 @@ <h5>Object Properties</h5>
46044604

46054605

46064606

4607+
</div> </div>
4608+
</div>
4609+
</div>
4610+
</div>
4611+
<div class="property box-contents stop-nesting-boxes">
4612+
<div class="box">
4613+
<div class="box-contents">
4614+
<div class="title"><strong>stringVariables</strong></div>
4615+
<div class="contents">
4616+
<div class="type-info stop-nesting-boxes">
4617+
4618+
4619+
4620+
<div class="attributes">
4621+
<span class="depends-on">Depends on Component "StringVariables"</span>
4622+
</div>
4623+
4624+
4625+
<div class="description">
4626+
A map of string variable values by hash for this character context.<br /><br />COMPONENT TYPE: StringVariables
4627+
</div>
4628+
4629+
4630+
<div class="type">
4631+
<strong>Type</strong>: object
4632+
</div>
4633+
4634+
<div class="type-info stop-nesting-boxes">
4635+
See: <a href="schema_SingleComponentResponseOfDestinyStringVariablesComponent.html#schema_SingleComponentResponseOfDestinyStringVariablesComponent">SingleComponentResponseOfDestinyStringVariablesComponent</a>
4636+
</div>
4637+
4638+
4639+
4640+
4641+
4642+
46074643
</div> </div>
46084644
</div>
46094645
</div>

0 commit comments

Comments
 (0)