Documentation
    Preparing search index...

    Interface ConduitIndexResponse

    Interface for a response from the conduit index endpoint.

    interface ConduitIndexResponse {
        _links: { self: Href };
        conduits: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    conduits: NameIdKey[]