Skip to main content

bulkEnrichLibraryResources

Bulk-enrich library resources from Retool: apply title, description, tags, and other metadata to many resources at once. Requires the retool role. Rows are processed independently: a failing row is rolled back and reported as an "error" row while the other rows persist. The whole call rolls back only when it throws, e.g. when more than 500 rows are submitted.

bulkEnrichLibraryResources(
input: BulkEnrichLibraryResourcesInput!
): BulkEnrichLibraryResourcesPayload

Arguments

bulkEnrichLibraryResources.input ● BulkEnrichLibraryResourcesInput! non-null input

Workspace, rows to apply, and whether to run as a dry run.

Type

BulkEnrichLibraryResourcesPayload object

Result of a bulk enrichment: per-row outcomes plus an aggregate summary.