From 4cc6bca756be744bb3ea0e2757c0b061b1c1bbf6 Mon Sep 17 00:00:00 2001 From: ddangelorb Date: Wed, 6 Oct 2021 14:50:34 -0300 Subject: [PATCH] Updating swagger doc --- index.html | 2 +- swagger.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6ce21b5..1ba8144 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/swagger.yaml b/swagger.yaml index 376cd5e..54f02c4 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1,7 +1,7 @@ swagger: '2.0' info: description: 'This is a sample JWT authentication service. You can find out more about JWT at [https://jwt.io/](https://jwt.io/). For this sample, you can use the `admin` or `client` users (password: admin and client respectively) to test the authorization filters. Once you have successfully logged in and obtained the token, you should click on the right top button `Authorize` and introduce it with the prefix "Bearer ".' - version: 1.0.2 + version: 1.0.3 title: The authenticator for the Waterproofing Data (WPD) Work Packages contact: email: igsd@warwick.ac.uk