Skip to content

Commit ed2b416

Browse files
authored
fix openapi generate example in docs (#2276) (#2278)
1 parent 49ed4cc commit ed2b416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/administration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To generate the OpenAPI document as JSON, run:
3232

3333
.. code-block:: bash
3434
35-
pygeoapi openapi generate /path/to/my-pygeoapi-config.yml --format json --output-file /path/to/my-pygeoapi-openapi.yml
35+
pygeoapi openapi generate /path/to/my-pygeoapi-config.yml --format json --output-file /path/to/my-pygeoapi-openapi.json
3636
3737
.. note::
3838
Generate as YAML or JSON? If your OpenAPI YAML definition is slow to render as JSON,

0 commit comments

Comments
 (0)