From 7d0b2287590781656e84e722db797425a519c599 Mon Sep 17 00:00:00 2001 From: David Shorthouse Date: Wed, 16 Nov 2016 21:06:59 -0500 Subject: [PATCH] Update swagger docs --- views/apidoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/apidoc.html b/views/apidoc.html index 9c2e49f4..87efdf80 100644 --- a/views/apidoc.html +++ b/views/apidoc.html @@ -149,8 +149,8 @@

Ruby Gem

$ gem install simple-mappr

-

Swagger

+

OpenAPI Specification

{% set oai_url = 'https://www.openapis.org/' %} -

{% 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 {{ og_url }}/swagger.json.{% endtrans %}

+

{% 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 {{ og_url }}/swagger.json.{% endtrans %}

\ No newline at end of file