Method: admin.directory.v1.customers.chrome.printServers.patch

Updates a print server's configuration.

HTTP request

PATCH https://admin.googleapis.com/admin/directory/v1/{printServer.name=customers/*/chrome/printServers/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
printServer.name

string

Immutable. Resource name of the print server. Leave empty when creating.

Format: customers/{customer.id}/printServers/{printServer.id}

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to update. Some fields are read-only and cannot be updated. Values for unspecified fields are patched.

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 PrintServer.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/admin.chrome.printers

For more information, see the Authorization guide.