From 5435bf3ec48cb7352eee9dfa6de2dbaf5e3e273c Mon Sep 17 00:00:00 2001 From: Christian Barra Date: Sun, 15 Jan 2017 13:36:36 +0100 Subject: [PATCH] add api_token to services' properties --- docs/source/services.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/services.md b/docs/source/services.md index 731436f9..6cad9992 100644 --- a/docs/source/services.md +++ b/docs/source/services.md @@ -45,6 +45,8 @@ A Service may have the following properties: - `url: str (default - None)` - The URL where the service is/should be. If a url is specified for where the Service runs its own web server, the service will be added to the proxy at `/services/:name` +- `api_token: str (default - None)` - For Externally-Managed Services you need to specify + an API token to perform API requests to the Hub If a service is also to be managed by the Hub, it has a few extra options: