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