Commit ba8418fa authored by muhammadh's avatar muhammadh
Browse files

add a missing transportId attribute in service-mgmt.yaml

parent 8f0b0ff7
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -670,6 +670,15 @@ components:
          type: string
        state:
          $ref: '#/components/schemas/ServiceState'
        transportId:
          type: string
          description: > 
            Identifier of the platform-provided transport to be used by
            the service. Valid identifiers may be obtained using the
            "Transport information query" procedure. May be present
            in POST requests to signal the use of a platform-provided
            transport for the service, and shall be absent otherwise.
            See note 2.
        transportInfo:
          $ref: '#/components/schemas/TransportInfo'
        serializer: