UpsertBaseFolderRequest
Request DTO for upserting the base folder for a connection
Properties
| Name | Type | Description |
|---|---|---|
| containerId* | string | Provider-specific identifier for the folder/container.
|
Provider-specific identifier for the folder/container.
| ||
| driveId | string | Provider-specific drive identifier. Null when not applicable.
|
Provider-specific drive identifier. Null when not applicable.
| ||
| siteId | string | Provider-specific site identifier. Null when not applicable.
|
Provider-specific site identifier. Null when not applicable.
| ||
| displayPath* | string | Human-readable path for display in the UI only. |
Human-readable path for display in the UI only. | ||
| externalUrl | string | URL to open this folder in the provider's web UI |
URL to open this folder in the provider's web UI | ||
JSON Example
{
"containerId": "string",
"driveId": "string",
"siteId": "string",
"displayPath": "string",
"externalUrl": "string"
}