Commit 6232626d authored by Marco Cavalli's avatar Marco Cavalli
Browse files

Add support for application/geo+json in API response of POST query

parent 26146b3a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1692,6 +1692,9 @@ paths:
                        - id
                        - type
                        - '@context'
            application/geo+json:
              schema:
                  $ref: '#/components/schemas/FeatureCollection'
        '400':
          $ref: '#/components/responses/BadRequest'
  /entityOperations/merge: