- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates specified job.
Typically, updated contents become visible in search results within 10 seconds, but it may take up to 5 minutes.
HTTP request
PATCH https://jobs.googleapis.com/v4/{job.name=projects/*/tenants/*/jobs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
job. |
Required during job update. The resource name for the job. This is generated by the service when a job is created. The format is "projects/{projectId}/tenants/{tenantId}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". Use of this field in job queries and API calls is preferred over the use of |
Query parameters
| Parameters | |
|---|---|
update |
Strongly recommended for the best service experience. If A field mask to restrict the fields that are 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 Job.
Response body
If successful, the response body contains an instance of Job.
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.