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

Refactor example of response body in Batch Entity Update and capitalize a...

Refactor example of response body in Batch Entity Update and capitalize a letter in the summary of Batch Entity Delete
parent 94dbbcd8
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -1523,11 +1523,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
@@ -1564,7 +1565,7 @@ paths:
      tags:
        - Context Information Provision
      summary: |
        Batch Entity delete
        Batch Entity Delete
      description: |
        5.6.10 Batch Entity Delete.