- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates specified company.
HTTP request
PATCH https://jobs.googleapis.com/v4/{company.name=projects/*/tenants/*/companies/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
company. |
Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{projectId}/tenants/{tenantId}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz". |
Query parameters
| Parameters | |
|---|---|
update |
Strongly recommended for the best service experience. If A field mask to specify the company 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 Company.
Response body
If successful, the response body contains an instance of Company.
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.