We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f75a9 commit dd96449Copy full SHA for dd96449
pygeoapi/openapi.py
@@ -816,7 +816,7 @@ def get_admin(cfg: dict) -> dict:
816
'description': 'Updates admin configuration resource',
817
'content': {
818
'application/json': {
819
- 'schema': schema_dict['properties']['resources']['patternProperties']['^.*$'], # noqa
+ 'schema': schema_dict['properties']['resources']['patternProperties']['^.*$'] # noqa
820
}
821
},
822
'required': True
0 commit comments