v52

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-0381182251.7 KB
manifests

Updates a manifest for customizing cluster installation.

patch/v2/clusters/{cluster_id}/manifests

Path parameters

cluster_idstring uuid required

The cluster for which a new manifest should be updated.

Request body

folder'manifests' | 'openshift' required

The folder for the manifest to modify.

file_namestring required

The file name for the manifest to modify.

updated_folder'manifests' | 'openshift' nullable

The new folder for the manifest. Manifests can be placed in 'manifests' or 'openshift' directories.

updated_file_namestring nullable

The new file name for the manifest.

updated_contentstring nullable

The new base64 encoded manifest content.

Response

Success.

folder'manifests' | 'openshift'

The folder that contains the files. Manifests can be placed in 'manifests' or 'openshift' directories.

file_namestring

The file name prefaced by the folder that contains it.

manifest_source'user' | 'system'

Describes whether manifest is sourced from a user or created by the system.