crownstone / crownstone-cloud

Crownstone Cloud Service. Particular parts of Crownstone data (depending on user preferences) can be stored online. This makes it possible to remotely control devices, share your presence with friends, or store energy consumption over time.
https://cloud.crownstone.rocks/
Apache License 2.0
4 stars 6 forks source link

Duplicate access_token in Curl example #6

Open mrquincle opened 7 years ago

mrquincle commented 7 years ago

At https://cloud.crownstone.rocks/explorer/#!/Stone/Stone_find in the curl example, there is a duplicate access_token:

curl -X GET --header "Accept: application/json" "https://cloud.crownstone.rocks/api/Stones?access_token=839jfdjf83j&access_token=839jfdjf83j"

Expected:

curl -X GET --header "Accept: application/json" "https://cloud.crownstone.rocks/api/Stones?access_token=839jfdjf83j"