- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates external system. This is for a given finding.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
external |
Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira" |
Query parameters
Parameters | |
---|---|
update |
The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated. |
Request body
The request body contains an instance of ExternalSystem
.
Response body
If successful, the response body contains an instance of ExternalSystem
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.