Class VersionRetrieveParams

  • All Implemented Interfaces:
    com.courier.core.Params

    
    public final class VersionRetrieveParams
     implements Params
                        

    Fetches a specific version of a tenant template.

    Supports the following version formats:

    • latest - The most recent version of the template

    • published - The currently published version

    • v{version} - A specific version (e.g., "v1", "v2", "v1.0.0")