From 91055ab7dd077df6d2ef9585643b38b88f9a5bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Wed, 21 Nov 2018 15:37:05 -0500 Subject: [PATCH] Add supported Portainer API section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b29a97c..8622d7e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Bash scripts to deploy/undeploy stacks in a [Portainer](https://portainer.io/) instance from a [docker-compose](https://docs.docker.com/compose) [yaml file](https://docs.docker.com/compose/compose-file). Based on previous work by [@vladbabii](https://github.com/vladbabii) on [docker-how-to/portainer-bash-scripts](https://github.com/docker-how-to/portainer-bash-scripts). +## Supported Portainer API + +Scripts were created for the latest Portainer API, which at the time of writing is [1.9.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.19.2). + ## Requirements - [bash](https://www.gnu.org/software/bash/)