openchargemap / ocm-system

Open Charge Map is the global public registry of electric vehicle charging locations. Established 2011. Help wanted.
https://openchargemap.org
MIT License
101 stars 33 forks source link

OpenApi endpoint spec typo causing 404 #206

Closed cloudt closed 1 year ago

cloudt commented 1 year ago

Hey there! I'm no contributor and just happenned to note what I think may be a bug while exploring your API.

Here the API appears to point to a json file named ocm-api-schema.yaml which no longer exists, and this appears to be the currently deployed version of the API as this, which should call the previous, also gives me 404.

I assume the correct link should point to a file named ocm-openapi-schema.yaml - note the open in openapi, missing on the actual ednpoint code. As described for example in this other piece of souce, this should be the correct place to point to.

I hope this helps!

webprofusion-chrisc commented 1 year ago

Thanks! I'd forgotten we even had that endpoint :)