Skip to main content
Module

x/tpy/mod.ts>Deployment.POST.Response

🔑 A strongly typed Pylon API client.
Latest
type alias Deployment.POST.Response
import { type Deployment } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { Response } = Deployment.POST;

Response schema for POST /deployments/:id.

Returns the new deployment's information. If there are errors, the errors property length will be more than 0.

Type Parameters

optional
Raw extends boolean = true
definition: GET.Deployment<Raw> & { errors: DeploymentStructures.FastAPIError; script?: Omit<DeploymentStructures.Script<Raw>, "contents">; }