Commit 2481e7e1 authored by Ignacio Dominguez Martinez-Casanueva's avatar Ignacio Dominguez Martinez-Casanueva
Browse files

Set subscription id as optional for create operation

parent 29b6bdf3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3749,7 +3749,6 @@ components:
      allOf:
        - $ref: '#/components/schemas/SubscriptionFragment.Periodic'
        - required:
          - id
          - type
          - notification
          - entities
@@ -3758,7 +3757,6 @@ components:
      allOf:
        - $ref: '#/components/schemas/SubscriptionFragment.OnChange'
        - required:
          - id
          - type
          - notification
    Subscription:
@@ -3785,6 +3783,8 @@ components:
                - active
                - paused
                - expired
        - required:
          - id
    GeoQuery:
      description: |
        5.2.13 represents a geoquery used for Subscriptions.