v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-136454227.5 KB
teamdrives

Deprecated: Use drives.update instead.

patch/teamdrives/{teamDriveId}

Path parameters

teamDriveIdstring required

The ID of the Team Drive

Query parameters

useDomainAdminAccessboolean

Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.

Request body

idstring

The ID of this Team Drive which is also the ID of the top level folder of this Team Drive.

namestring

The name of this Team Drive.

backgroundImageLinkstring

A short-lived link to this Team Drive's background image.

colorRgbstring

The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId.

kindstring

Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive".

orgUnitIdstring

The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.

themeIdstring

The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.

createdTimestring date-time

The time at which the Team Drive was created (RFC 3339 date-time).

Response

Successful response