contentstack · Schema

CreateDeploymentRequest

Parameters for triggering a new deployment.

Properties

Name Type Description
upload_uid string The UID or reference to the previously uploaded build artifact.
branch string The git branch to deploy from when using repository-linked deployments.
View JSON Schema on GitHub

JSON Schema

contentstack-createdeploymentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateDeploymentRequest",
  "title": "CreateDeploymentRequest",
  "type": "object",
  "description": "Parameters for triggering a new deployment.",
  "properties": {
    "upload_uid": {
      "type": "string",
      "description": "The UID or reference to the previously uploaded build artifact."
    },
    "branch": {
      "type": "string",
      "description": "The git branch to deploy from when using repository-linked deployments."
    }
  }
}