Method: projects.locations.workspaces.patch

Updates a workspace.

HTTP request

PATCH https://cloudoptimization.googleapis.com/v1/{workspace.name}

Path parameters

Parameters
workspace.name

string

The resource name of the workspace. This is a unique identifier. Format: projects/{project}/locations/{location}/workspaces/{workspace}

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Workspace.

Response body

If successful, the response body contains an instance of Workspace.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.