Commit b3ce081e authored by Marco Cavalli's avatar Marco Cavalli
Browse files

Fix example of the request body of the Batch Upsert Operation

parent a31d398c
Loading
Loading
Loading
Loading
+10 −14
Original line number Diff line number Diff line
@@ -1433,11 +1433,12 @@ paths:
              allOf:
                - type: array
                  items:
                    $ref: '#/components/schemas/Entity'
                    allOf:
                      - type: object
                        properties:
                          '@context':
                            $ref:  '#/components/schemas/LdContext'
                      - $ref: '#/components/schemas/Entity'
                      - required:
                        - id
                        - type
@@ -1459,11 +1460,6 @@ paths:
                type: array
                items:
                  type: string
            application/json+ld:
              schema:
                type: array
                items:
                  type: string
        '204':
          description: |
            If all entities already existed and are successfully updated, there is no payload body in the response.