Skip to content

Commit

Permalink
default item transactions to GeoJSON payloads (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Mar 13, 2023
1 parent 2c6de08 commit 4c8d446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygeoapi/openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def get_oas_30(cfg):
'requestBody': {
'description': 'Adds item to collection',
'content': {
'application/json': {
'application/geo+json': {
'schema': {}
}
},
Expand Down Expand Up @@ -672,7 +672,7 @@ def get_oas_30(cfg):
'requestBody': {
'description': 'Updates item in collection',
'content': {
'application/json': {
'application/geo+json': {
'schema': {}
}
},
Expand Down

0 comments on commit 4c8d446

Please sign in to comment.