method
RiduClient.copyGlobalLocale
RiduClient.copyGlobalLocale<Slug extends GlobalSlug<Config>>(
slug: Slug,
input: CopyLocaleInput<LocaleFor<Config>>,
options?: RevisionOptions,
): Promise<GlobalOutputFor<Config, Slug>>Copy localized values between locales on a global; from and to define the locale scope.
Related types
GlobalSlugThe generated union of global slugs.
CopyLocaleInputSource and destination locale codes for a copy operation.
RevisionOptionsRevision and transport options for operations without locale query semantics.
GlobalOutputForResolve a global output type.