You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ In order to use the API you will need to [sign up for a free API key](https://cl
45
45
46
46
This key must be included in all requests (expressed in the format `app_id.your_app_key`) and grants permission to:
47
47
48
-
* read and update users,
49
-
* create, update and read vehicles.
50
-
* create, update and read missions (limited to 500 calls/month).
48
+
* read and update users
49
+
* create, update and read vehicles
50
+
* create, update and read missions (limited to 500 calls/month)
51
51
52
52
Requests that create/modify information on the service must also include a [DroneShare](http://www.droneshare.com/) user id and password (they will return HTTP 401 "You do not own this record" if no login details are provided). You can [create a free account on DroneShare here](http://www.droneshare.com/#create).
0 commit comments