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 |
Immutable. Resource name of the print server. Leave empty when creating. Format: |
Query parameters
Parameters | |
---|---|
updateMask |
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: |
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.