BatchUpdateCategory
Source:
src/AWS/QApps/BatchUpdateCategory.ts
Runtime binding for qapps:BatchUpdateCategory.
Renames or recolors existing library categories. Provide the implementation with
Effect.provide(AWS.QApps.BatchUpdateCategoryHttp).
Categories
Section titled “Categories”// init — bind the operation to the Q Appconst batchUpdateCategory = yield* AWS.QApps.BatchUpdateCategory(app);
// runtimeyield* batchUpdateCategory({ categories: [{ id: categoryId, title: "People Ops" }],});