CreatePipelineRequest: {
    description: string;
    dnsStageId?: string;
    name: string;
    projectId?: string;
}

Type declaration

  • description: string

    Description of the pipeline.

  • OptionaldnsStageId?: string

    DNS stage ID the pipeline will be attached to.

    One-of ('head'): at most one of 'dnsStageId' could be set.

  • name: string

    Name of the pipeline.

  • OptionalprojectId?: string

    Project ID in which the pipeline will be created.