Constructors

Methods

  • Delete the pipeline identified by {pipelineId}. Delete a pipeline

    Parameters

    • objectType: string
    • pipelineId: string
    • OptionalvalidateReferencesBeforeDelete: boolean
    • OptionalvalidateDealStageUsagesBeforeDelete: boolean
    • Optional_options: Configuration

    Returns Promise<void>

  • Delete the pipeline identified by {pipelineId}. Delete a pipeline

    Parameters

    • objectType: string
    • pipelineId: string
    • OptionalvalidateReferencesBeforeDelete: boolean
    • OptionalvalidateDealStageUsagesBeforeDelete: boolean
    • Optional_options: Configuration

    Returns Promise<HttpInfo<void>>

  • Replace all the properties of an existing pipeline with the values provided. This will overwrite any existing pipeline stages. The updated pipeline will be returned in the response. Replace a pipeline

    Parameters

    • objectType: string
    • pipelineId: string
    • pipelineInput: PipelineInput
    • OptionalvalidateReferencesBeforeDelete: boolean
    • OptionalvalidateDealStageUsagesBeforeDelete: boolean
    • Optional_options: Configuration

    Returns Promise<Pipeline>

  • Replace all the properties of an existing pipeline with the values provided. This will overwrite any existing pipeline stages. The updated pipeline will be returned in the response. Replace a pipeline

    Parameters

    • objectType: string
    • pipelineId: string
    • pipelineInput: PipelineInput
    • OptionalvalidateReferencesBeforeDelete: boolean
    • OptionalvalidateDealStageUsagesBeforeDelete: boolean
    • Optional_options: Configuration

    Returns Promise<HttpInfo<Pipeline>>

  • Perform a partial update of the pipeline identified by {pipelineId}. The updated pipeline will be returned in the response. Update a pipeline

    Parameters

    • objectType: string
    • pipelineId: string
    • pipelinePatchInput: PipelinePatchInput
    • OptionalvalidateReferencesBeforeDelete: boolean
    • OptionalvalidateDealStageUsagesBeforeDelete: boolean
    • Optional_options: Configuration

    Returns Promise<Pipeline>

  • Perform a partial update of the pipeline identified by {pipelineId}. The updated pipeline will be returned in the response. Update a pipeline

    Parameters

    • objectType: string
    • pipelineId: string
    • pipelinePatchInput: PipelinePatchInput
    • OptionalvalidateReferencesBeforeDelete: boolean
    • OptionalvalidateDealStageUsagesBeforeDelete: boolean
    • Optional_options: Configuration

    Returns Promise<HttpInfo<Pipeline>>