method

RiduClient.updateUploadImage

RiduClient.updateUploadImage<Slug extends UploadCollectionSlug<Config>>( collection: Slug, id: string, input: UploadImageInput, options?: RevisionOptions, ): Promise<OutputFor<Config, Slug>>

Update non-localized focal/crop metadata and regenerate configured image sizes.

Source packages/sdk/src/types.ts:954

@param collection
The collection value.
@param id
The id value.
@param input
The input value.
@param options
The options value.
@returns
The declared result.

Related types

  • UploadCollectionSlug

    Collection slugs with the generated upload capability.

  • UploadImageInput

    Focal point and optional crop rectangle for regenerating configured image sizes.

  • RevisionOptions

    Revision and transport options for operations without locale query semantics.

  • OutputFor

    Resolve a collection document output type.