@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias GetResourceContentData

    type GetResourceContentData = {
        body?: never;
        path: { resourceKey: ResourceKey };
        query?: never;
        url: "/resources/{resourceKey}/content";
    }
    Index

    Properties

    Properties

    body?: never
    path: { resourceKey: ResourceKey }

    Type Declaration

    • resourceKey: ResourceKey

      The unique key identifying the resource.

    query?: never
    url: "/resources/{resourceKey}/content"