default item transactions to GeoJSON payloads (#1166)
This commit is contained in:
+2
-2
@@ -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': {}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user