Skip to content

Commit

Permalink
Merge pull request #2141 from ProjectSidewalk/2084-API-optional-param…
Browse files Browse the repository at this point in the history
…eters-formatting

#2084 API Page Optional Parameters Formatting
  • Loading branch information
misaugstad authored Jun 23, 2020
2 parents c5638ee + b217974 commit 376c531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/developer.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3>Access Attributes</h3>
<dt>Optional:</dt>
<dd>You can pass a specific severity to look for and/or a specific filetype
for the returned dataset. Severity can be an integer value from 1-5 or
"none" to represent data without a severity rating.You can pass a
"none" to represent data without a severity rating. You can pass a
filetype that can be a string "csv" to represent data returned in
CSV format or "geojson" for the GeoJSON format. The GeoJSON format
is returned by default.</dd>
Expand All @@ -95,7 +95,7 @@ <h3>Access Attributes</h3>
<code>severity=[int|string]</code><br />
</li>
<li>
<code>filetype=csv|geojson</code><br />
<code>filetype=[string]</code><br />
</li>
</ul>
</td>
Expand Down

0 comments on commit 376c531

Please sign in to comment.