summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrgnv <rondutt@gmail.com>2018-04-12 15:32:44 -0700
committerrgnv <rondutt@gmail.com>2018-04-12 15:32:44 -0700
commit93508ddee0226a271ab2b7db56443518e90ec50c (patch)
treeba3e8d3e98aebba5c8d2eb2f34c25d0de8202f14 /docs
parent09bcf46e276662ef518aac5fb11bc2eb4e127d36 (diff)
Fixed markdown for Spark hook
Diffstat (limited to 'docs')
-rw-r--r--docs/Hooks.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Hooks.md b/docs/Hooks.md
index d1b6925..92ba9ed 100644
--- a/docs/Hooks.md
+++ b/docs/Hooks.md
@@ -188,7 +188,7 @@ Note the channel name must be in quotes.
The `ciscosparkdiff` hook posts config diffs to a [Cisco Spark](https://www.ciscospark.com/) space of your choice. It only triggers for `post_store` events.
-You will need to manually install the `cisco_spark` gem on your system (see [cisco_spark-ruby](https://github.com/NGMarmaduke/cisco_spark-ruby):
+You will need to manually install the `cisco_spark` gem on your system (see [cisco_spark-ruby](https://github.com/NGMarmaduke/cisco_spark-ruby) and generate either a [Bot or OAUTH access key](https://developer.ciscospark.com/apps.html), and retrieve the [Spark Space ID](https://developer.ciscospark.com/endpoint-rooms-get.html)
```shell
gem install cisco_spark
@@ -201,8 +201,8 @@ hooks:
ciscospark:
type: ciscosparkdiff
events: [post_store]
- accesskey: [SPARK_BOT_API_OR_OAUTH_KEY](https://developer.ciscospark.com/apps.html)
- space: [SPARK_SPACE_ID](https://developer.ciscospark.com/endpoint-rooms-get.html)
+ accesskey: SPARK_BOT_API_OR_OAUTH_KEY
+ space: SPARK_SPACE_ID
diff: true
```