import { createItem } from "@esri/arcgis-rest-portal";//createItem({ item: { title: "The Amazing Voyage", type: "Web Map" }, authentication}) Copy
import { createItem } from "@esri/arcgis-rest-portal";//createItem({ item: { title: "The Amazing Voyage", type: "Web Map" }, authentication})
Create an Item in the user's root folder. See the REST Documentation for more information.
Options for the request
A Promise that creates an item.
Create an Item in the user's root folder. See the REST Documentation for more information.