ASCOMInitiative / ASCOMRemote

The ASCOM REST based Remote Driver Server and Remote Access Clients
GNU General Public License v3.0
57 stars 15 forks source link

Example path has wrong case #28

Closed jamessynge closed 3 years ago

jamessynge commented 3 years ago

In section 3.8.6, Driver Error Example, of ASCOM Alpaca API Reference, the example path uses mixed case, instead of lower-case:

PUT /api/v1/Telescope/0/SiteElevation

This should read:

PUT /api/v1/telescope/0/siteelevation

Peter-Simpson commented 3 years ago

Thanks James, I've corrected the documentation and it will appear in the next release.

Best wishes, Peter