Type Alias: UpdateGlobalClusterVariableData
type UpdateGlobalClusterVariableData = object;
Properties
body
body: UpdateClusterVariableRequest;
path
path: object;
name
name: ClusterVariableName;
The name of the cluster variable
query?
optional query?: never;
url
url: "/cluster-variables/global/{name}";