diff --git a/pygeoapi/openapi.py b/pygeoapi/openapi.py index 89f26b1..4d74b21 100644 --- a/pygeoapi/openapi.py +++ b/pygeoapi/openapi.py @@ -538,7 +538,7 @@ def get_oas_30(cfg): 'requestBody': { 'description': 'Adds item to collection', 'content': { - 'application/json': { + 'application/geo+json': { 'schema': {} } }, @@ -672,7 +672,7 @@ def get_oas_30(cfg): 'requestBody': { 'description': 'Updates item in collection', 'content': { - 'application/json': { + 'application/geo+json': { 'schema': {} } },