Skip to content

Commit

Permalink
Update swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dshorthouse committed Nov 17, 2016
1 parent b76cbc8 commit 7d0b228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/apidoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ <h3>Ruby Gem</h3>
<p>$ gem install simple-mappr</p>
</div>

<h3>Swagger</h3>
<h3>OpenAPI Specification</h3>
{% set oai_url = '<a href="https://www.openapis.org/">https://www.openapis.org/</a>' %}
<p>{% trans %}SimpleMappr exposes its API via the Open API Initiative (OAI), {{ oai_url }} based on the Swagger Specification. The Swagger definition can be found at <a href="{{ og_url }}/swagger.json">{{ og_url }}/swagger.json</a>.{% endtrans %}</p>
<p>{% trans %}SimpleMappr exposes its API via the Open API Initiative (OAI), {{ oai_url }} based on the OpenAPI Specification, formerly kmown as Swagger. The definition can be found at <a href="{{ og_url }}/swagger.json">{{ og_url }}/swagger.json</a>.{% endtrans %}</p>

</div>

0 comments on commit 7d0b228

Please sign in to comment.