add OAMaps datetime to OpenAPI (#1095) (#1096)

This commit is contained in:
Tom Kralidis
2023-01-12 11:11:23 -05:00
committed by GitHub
parent daca503b43
commit 808fe82edf
+1
View File
@@ -977,6 +977,7 @@ def get_oas_30(cfg):
'operationId': 'getMap',
'parameters': [
{'$ref': f"{OPENAPI_YAML['oapif']}#/components/parameters/bbox"}, # noqa
{'$ref': f"{OPENAPI_YAML['oapif']}#/components/parameters/datetime"}, # noqa
{
'name': 'width',
'in': 'query',