Commit db293d24 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Adding entities required field within the application/json+ld content for...

Adding entities required field within the application/json+ld content for Subscription Request Body. Recovering the NGSILD-Warning header from the BadRequest and NotFound responses within the 5.8.3 Retrieve Subscription operation.
parent 597bd261
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -1027,8 +1027,14 @@ paths:
                    - notification
                    - notification
                    - '@context'
                    - '@context'
        '400':
        '400':
          headers:
            NGSILD-Warning:
              $ref: '#/components/headers/NGSILD-Warning'
          $ref: '#/components/responses/BadRequest'
          $ref: '#/components/responses/BadRequest'
        '404':
        '404':
          headers:
            NGSILD-Warning:
              $ref: '#/components/headers/NGSILD-Warning'
          $ref: '#/components/responses/NotFound'
          $ref: '#/components/responses/NotFound'
    patch:
    patch:
      tags:
      tags:
@@ -3274,6 +3280,7 @@ components:
                    $ref:  '#/components/schemas/LdContext'
                    $ref:  '#/components/schemas/LdContext'
              - required:
              - required:
                - type
                - type
                - entities
                - '@context'
                - '@context'
    SubscriptionFragment:
    SubscriptionFragment:
      content:
      content: