Create new bookmark
Description | Creates a new bookmark |
Endpoint |
|
Method | POST |
Access Level Rules
Minimum Access Level | edit+ on parent folder or account holder in root. |
Processing Units
Processing units | 1 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The name of the new bookmark | true | |
| A JSON with properties layers and dems. Layers should be a list of JSONs containing the properties "type", "id" and "selected". Type should be one of "ellipsis", "base" or "external". Selected should be boolean. Id should be the id of the layer or external laye. In case of type "base" you can choose between id=1 (open street map) and id=2 (google satellite map). dems should be a list of JSONs containing the properties "id" and "selected". Selected should be boolean. Id should be the id of the raster layer. | true | |
| A thumbnail image as base64. | false | Default null. |
| 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 property "description" with the description of the file. | false | Default null. |
Example request:
Last updated