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

    Type Alias CreateDeploymentData

    type CreateDeploymentData = {
        body: { resources: (Blob | File)[]; tenantId?: string };
        path?: never;
        query?: never;
        url: "/deployments";
    }
    Index

    Properties

    Properties

    body: { resources: (Blob | File)[]; tenantId?: string }

    Type Declaration

    • resources: (Blob | File)[]

      The binary data to create the deployment resources. It is possible to have more than one form part with different form part names for the binary data to create a deployment.

    • OptionaltenantId?: string

      The tenant to deploy the resources to.

    path?: never
    query?: never
    url: "/deployments"