To follow up to Andrea's point, here is the location of the docs in GitHub:
https://github.com/geoserver/geoserver/tree/master/doc/en/api/1.0.0 If you locate an entry with an invalid endpoint you should be able to edit the file directly to make the fix (and submit a pull request). For changes that affect only one file they fall under our "small contribution" policy in CONTRIBUTING.md <https://github.com/geoserver/geoserver/blob/master/CONTRIBUTING.md> so we can review right away without requiring you sign a contribution agreement. If we take a look at one file like featuretypes.yml <https://github.com/geoserver/geoserver/blob/master/doc/en/api/1.0.0/featuretypes.yaml> you should be able to replace "restng" with "rest" to fix the example URLs. -- Jody Garnett On Tue, 21 May 2019 at 09:53, Rui Maciel <[email protected]> wrote: > Regarding GeoServer's Swagger REST API documentation, could you please > not include invalid endpoints in the documentation? From a user's point > of view, listing invalid endpoints make the spec needlessly harder to > read and to follow, and their presence is less helpful than simply not > listing the endpoint at all, which already implicitly means it's not > supported. > > > Best regards, > Rui Maciel > > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
