Create new point cloud
Description | Request to create a new point cloud layer. |
Endpoint |
|
Method | POST |
Access Level Rules
Minimum Access Level | edit+ on the parent folder or account holder when in the myDrive root |
Processing Units
Processing units | 0 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The name of the new point cloud layer. | true | |
| The id of the parent folder of the new path. If omitted the new path is placed in your myDrive root. | false | Default null. |
| Public access object with properties "hidden" and "accessTier" "accessTier" must be between "none" and "edit" and "hidden" must be a boolean. | false | Default {accessTier:"none", hidden:true}. |
| A JSON with properties "description", "properties", "license" and "link". | false | Default null. |
Last updated