Commit e0ea2797 authored by muhammadh's avatar muhammadh
Browse files

add a missing atribute in swagger.yaml

parent 729a1ab6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -672,6 +672,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: