Type alias GenericIssuanceClearPipelineCacheRequest

GenericIssuanceClearPipelineCacheRequest: {
    jwt: string;
    pipelineId: string;
}

Request body containing the pipeline id whose cache should be cleared.

Type declaration

  • jwt: string
  • pipelineId: string

Generated using TypeDoc