@@ -49,6 +49,10 @@ To generate the OpenAPI document as JSON, run:
|
||||
property names and their data types. Whenever you make changes to your pygeoapi configuration,
|
||||
always refresh the accompanying OpenAPI document.
|
||||
|
||||
.. note::
|
||||
By default, pygeoapi OpenAPI document generation will fail on any collection whose provider is improperly
|
||||
configured or when encountering a connection issue. To skip failing collections, use the
|
||||
--no-fail-on-invalid-collection flag. The OpenAPI document will then be generated without the failing collection(s)
|
||||
|
||||
.. seealso::
|
||||
:ref:`openapi` for more information on pygeoapi's OpenAPI support
|
||||
|
||||
@@ -13,7 +13,7 @@ The official OpenAPI specification can be found `on GitHub <https://github.com/O
|
||||
pygeoapi supports OpenAPI version 3.0.2.
|
||||
|
||||
As described in :ref:`administration`, the pygeoapi OpenAPI document is automatically generated based on the
|
||||
configuration file:
|
||||
configuration file.
|
||||
|
||||
The API is accessible at the ``/openapi`` endpoint, providing a Swagger-based webpage of the API description..
|
||||
|
||||
|
||||
+735
-670
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user