Type alias GenericIssuanceUpsertPipelineRequest

GenericIssuanceUpsertPipelineRequest: {
    jwt: string;
    pipeline: PipelineDefinition;
}

Request body containing the pipeline definition to be upserted.

Type declaration

Generated using TypeDoc