default item transactions to GeoJSON payloads (#1166)

This commit is contained in:
Tom Kralidis
2023-03-13 06:59:09 -04:00
committed by GitHub
parent 2c6de08a44
commit 4c8d446ae2
+2 -2
View File
@@ -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': {}
}
},