API ClientsTypeScript SDKAPI ReferenceCoreType AliasesUpdateGlobalClusterVariableDataVersion: 8.9On this pageType Alias: UpdateGlobalClusterVariableData type UpdateGlobalClusterVariableData = object; Properties body body: UpdateClusterVariableRequest; path path: object; name name: string; The name of the cluster variable query? optional query?: never; url url: "/cluster-variables/global/{name}";Was this helpful?