Commit 7a7c7ce0 authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

added missing value

parent f4b880c7
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -442,6 +442,8 @@ components:
        application/json:
          schema:
            $ref: "#/components/schemas/LogmSubscriptionRequest"
      required: true

    CreateLoggingJobRequest:
      description: >-
        This type represents a request to create a logging job. It shall comply with the provisions
@@ -466,6 +468,7 @@ components:
        application/json:
          schema:
            $ref: "#/components/schemas/LogReportAvailableNotification"
      required: true

  responses:
    Subscription.Delete.204:
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ components:
        application/json:
          schema:
            $ref: "#/components/schemas/LogReportAvailableNotification"
      required: true

  responses:
    Notification.Post.204: