Skip to content

Commit

Permalink
Merge pull request #339 from NREL/fix-deprecation-notes-in-stations-a…
Browse files Browse the repository at this point in the history
…pi-docs

fix deprecation notes in stations API docs
  • Loading branch information
mrahill authored Dec 22, 2023
2 parents 8c9e428 + 67eb749 commit 1005ae4
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
</div>
</td>
<td class="doc-parameter-description">
<p>Deprecated: See the <a href="#response-access-code"><code>access_code</code></a>, <a href="#response-access-detail-code"><code>access_detail_code</code></a>, and <a href="#response-status-code"><code>status_code</code></a> fields for equivalent information in a more structured format. (Note: this field will remain for legacy application support)</p>
<p>Deprecated: See the <a href="#response-access-code"><code>access_code</code></a>, <a href="#response-access-detail-code"><code>access_detail_code</code></a>, and <a href="#response-status-code"><code>status_code</code></a> fields for equivalent information in a more structured format. (Note: This field will remain for legacy application support.)</p>
<p>A description of who is allowed to access the station and other station access information.</p>
</td>
</tr>
Expand Down Expand Up @@ -461,7 +461,7 @@
<strong>Type:</strong> string
</div>
</td>
<td class="doc-parameter-description">Deprecated: See <a href="#cng-fill-type-code"><code>cng_fill_type_code</code></a>. (Note: this field will remain for legacy application support)</td>
<td class="doc-parameter-description">Deprecated: See <a href="#cng-fill-type-code"><code>cng_fill_type_code</code></a>. (Note: This field will remain for legacy application support.)</td>
</tr>
<tr>
<th class="doc-parameter-name" scope="row">ng_psi</th>
Expand All @@ -470,7 +470,7 @@
<strong>Type:</strong> string
</div>
</td>
<td class="doc-parameter-description">Deprecated: See <a href="#cng-psi"><code>cng_psi</code></a>. (Note: this field will remain for legacy application support)</td>
<td class="doc-parameter-description">Deprecated: See <a href="#cng-psi"><code>cng_psi</code></a>. (Note: This field will remain for legacy application support.)</td>
</tr>
<tr>
<th class="doc-parameter-name" scope="row">ng_vehicle_class</th>
Expand All @@ -479,7 +479,7 @@
<strong>Type:</strong> string
</div>
</td>
<td class="doc-parameter-description">Deprecated: See <a href="#maximum-vehicle-class"><code>maximum_vehicle_class</code></a>. (Note: this field will remain for legacy application support)</td>
<td class="doc-parameter-description">Deprecated: See <a href="#maximum-vehicle-class"><code>maximum_vehicle_class</code></a>. (Note: This field will remain for legacy application support.)</td>
</tr>
<tr>
<th class="doc-parameter-name" scope="row">rd_blends</th>
Expand Down Expand Up @@ -689,6 +689,7 @@
</div>
</td>
<td class="doc-parameter-description">
<p>Deprecated: See <a href="#maximum-vehicle-class"><code>maximum_vehicle_class</code></a>. (Note: This field will remain for legacy application support.)</p>
<p>For CNG stations, the maximum vehicle size that can physically access the fueling infrastructure, given as code values as described below:</p>
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
<thead>
Expand All @@ -709,7 +710,6 @@
</table>
<p>Note: This field does not take into account station capacity or other considerations.</p>
</td>
<td class="doc-parameter-description">Deprecated: See <a href="#maximum-vehicle-class"><code>maximum_vehicle_class</code></a>. (Note: this field will remain for legacy application support)</td>
</tr>
<tr>
<th class="doc-parameter-name" scope="row">lng_renewable_source</th>
Expand Down Expand Up @@ -748,6 +748,7 @@
</div>
</td>
<td class="doc-parameter-description">
<p>Deprecated: See <a href="#maximum-vehicle-class"><code>maximum_vehicle_class</code></a>. (Note: This field will remain for legacy application support.)</p>
<p>For LNG stations, the maximum vehicle size that can physically access the fueling infrastructure, given as code values as described below:</p>
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
<thead>
Expand All @@ -768,7 +769,6 @@
</table>
<p>Note: This field does not take into account station capacity or other considerations.</p>
</td>
<td class="doc-parameter-description">Deprecated: See <a href="#maximum-vehicle-class"><code>maximum_vehicle_class</code></a>. (Note: this field will remain for legacy application support)</td>
</tr>
<tr>
<th class="doc-parameter-name" scope="row">lng_has_rng</th>
Expand Down Expand Up @@ -1221,7 +1221,7 @@
</div>
</td>
<td class="doc-parameter-description">
<p>Deprecated: See the <a href="#response-access-code"><code>access_code</code></a>, <a href="#response-access-detail-code"><code>access_detail_code</code></a>, and <a href="#response-status-code"><code>status_code</code></a> fields for equivalent information in a more structured format. (Note: this field will remain for legacy application support)</p>
<p>Deprecated: See the <a href="#response-access-code"><code>access_code</code></a>, <a href="#response-access-detail-code"><code>access_detail_code</code></a>, and <a href="#response-status-code"><code>status_code</code></a> fields for equivalent information in a more structured format. (Note: This field will remain for legacy application support.)</p>
<p>A description of who is allowed to access the station and other station access information, in French, if available.</p>
</td>
</tr>
Expand Down

0 comments on commit 1005ae4

Please sign in to comment.