Templates API
Endpoints
Templating 9 endpoints
get List the latest versions of configurations. /api/v1/projects/{project_name}/templating/configs get List the latest versions of configurations. /api/v1/projects/{project_name}/templating/configs/{config_type} get Get the latest version of this configuration. /api/v1/projects/{project_name}/templating/configs/{config_type}/{name} put Create a new configuration, or a new version of a configuration. /api/v1/projects/{project_name}/templating/configs/{config_type}/{name} del Delete all versions of this configuration. /api/v1/projects/{project_name}/templating/configs/{config_type}/{name} get Get all versions of this configuration. /api/v1/projects/{project_name}/templating/configs/{config_type}/{name}/versions get Get a version of a configuration by hash or by tag. /api/v1/projects/{project_name}/templating/configs/{config_type}/{name}/versions/{version} del Delete a version of a configuration by hash or by tag. /api/v1/projects/{project_name}/templating/configs/{config_type}/{name}/versions/{version} get Get information on the types of configuration supported by this project. /api/v1/projects/{project_name}/templating/types
Templating Presets 3 endpoints
get List the latest versions of configurations. /api/v1/projects/{project_name}/templating/presets get List the latest versions of configurations. /api/v1/projects/{project_name}/templating/presets/{config_type} get Get the latest version of this configuration. /api/v1/projects/{project_name}/templating/presets/{config_type}/{name}