From 9639bc732ba4a570c3449fc4062ddf6f33d92691 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 25 Aug 2017 10:15:00 +0100 Subject: [PATCH] Create README.md --- api-docs/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 api-docs/README.md diff --git a/api-docs/README.md b/api-docs/README.md new file mode 100644 index 00000000..7d299543 --- /dev/null +++ b/api-docs/README.md @@ -0,0 +1,11 @@ +## Exploring or editing the Swagger API documentation + +The `swagger.yml` file can be viewed and edited in the Swagger UI. + +* Head over to the [Swagger editor](http://editor.swagger.io/) + +* Now click File -> Import URL + +* Type in `https://raw.githubusercontent.com/alexellis/faas/master/api-docs/swagger.yml` and click OK + +You can now view and edit the Swagger, copy back to your fork before pushing changes.