Type Alias: CreateDeploymentData
type CreateDeploymentData = object;
Defined in: gen/types.gen.ts:9939
Properties
body
body: object;
Defined in: gen/types.gen.ts:9940
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;
Defined in: gen/types.gen.ts:9948
query?
optional query: never;
Defined in: gen/types.gen.ts:9949
url
url: "/deployments";
Defined in: gen/types.gen.ts:9950