@@ -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>
0 commit comments