From 2d3a6ef51017ae7df1249f134bccbec5e0ed575e Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 1 Feb 2021 10:01:18 +0100 Subject: [PATCH] Corrected swagger file in the documentation. --- docs/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest-api.md b/docs/rest-api.md index c8fd2ea6..587501cf 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -6,7 +6,7 @@ Easy!Appointments offers a flexible REST API that will enables you to handle all ### Open API Specification (Swagger File) -The project has a ready-made [swagger file](https://github.com/alextselegidis/easyappointments/blob/master/swagger.json) you can download and use in order to create your client. +The project has a ready-made [swagger file](https://raw.githubusercontent.com/alextselegidis/easyappointments/master/swagger.yml) you can download and use in order to create your client. This file can also be imported into Postman, so that you can quickly get started making requests towards your installation.