import { createItemInFolder } from "@esri/arcgis-rest-portal";//createItemInFolder({ item: { title: "The Amazing Voyage", type: "Web Map" }, folderId: 'fe8', authentication}) Copy
import { createItemInFolder } from "@esri/arcgis-rest-portal";//createItemInFolder({ item: { title: "The Amazing Voyage", type: "Web Map" }, folderId: 'fe8', authentication})
Create an item in a folder. See the REST Documentation for more information.
= Options for the request
Create an item in a folder. See the REST Documentation for more information.