Type Alias: CreateDeploymentData
type CreateDeploymentData = object;
Properties
body
body: object;
resources
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.
tenantId?
optional tenantId?: TenantId;
path?
optional path?: never;
query?
optional query?: never;
url
url: "/deployments";