* Related #6385

Configuration variable explanation style update.

* Update foursquare.markdown

Done! :)

* ✏️ Added newline

* 🚑 Added missing colon
This commit is contained in:
kernehed 2018-10-03 11:10:04 +02:00 committed by Franck Nijhof
parent 8e7f822627
commit c13869e5a7

View File

@ -23,10 +23,16 @@ foursquare:
push_secret: "<foursquare push secret>"
```
Configuration variables:
- **access_token** (*Required*): A Foursquare API access token.
- **push_secret** (*Required*): The push secret that Foursquare provides to you in the app dashboard.
{% configuration %}
access_token:
description: A Foursquare API access token.
required: true
type: string
push_secret:
description: The push secret that Foursquare provides to you in the app dashboard.
required: true
type: string
{% endconfiguration %}
#### Getting the access token ####