- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates specified tenant.
HTTP request
PATCH https://jobs.googleapis.com/v4/{tenant.name=projects/*/tenants/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
tenant. |
Required during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{projectId}/tenants/{tenantId}", for example, "projects/foo/tenants/bar". |
Query parameters
| Parameters | |
|---|---|
update |
Strongly recommended for the best service experience. If A field mask to specify the tenant fields to be updated. Only top level fields of This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Tenant.
Response body
If successful, the response body contains an instance of Tenant.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/jobshttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.