Commit 53b568e6 authored by Marco Cavalli's avatar Marco Cavalli
Browse files

Remove Content-Type ld+json from Batch Entity Delete

The content is an array of strings and it is not supposed to contain the @context field anywhere
parent c3e5390f
Loading
Loading
Loading
Loading
+1 −19
Original line number Diff line number Diff line
@@ -1585,25 +1585,7 @@ paths:
            schema:
              type: array
              items:
                allOf:
                  - $ref: '#/components/schemas/Entity'
                  - required:
                    - id
                    - type
          application/json+ld:
            schema:
              allOf:
                - type: array
                  items:
                    $ref: '#/components/schemas/Entity'
                - type: object
                  properties:
                    '@context':
                      $ref:  '#/components/schemas/LdContext'
                - required:
                  - id
                  - type
                  - '@context'
                type: string
      responses:
        '204':
          description: |