AWS securityhub: Fix BatchUpdateFindings API URL
Summary
Removed an extra slash in the URL for the BatchUpdateFindings API documentation.
Security assessment
Purely a documentation link fix with no security implications.
Evidence
+AWS Security Hub CSPM customers, and entities acting on their behalf, can use the [BatchUpdateFindings](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html) operation to update information related to the processing of Security Hub CSPM findings from finding providers. As a customer, you can use this operation directly. SIEM, ticketing, incident management, and SOAR tools can also use this operation on behalf of a customer.
Diff
diff --git a/securityhub/latest/userguide/finding-update-batchupdatefindings.md b/securityhub/latest/userguide/finding-update-batchupdatefindings.md index bd03a44d0..25292abbc 100644 --- a//securityhub/latest/userguide/finding-update-batchupdatefindings.md +++ b//securityhub/latest/userguide/finding-update-batchupdatefindings.md @@ -11 +11 @@ Available fields for BatchUpdateFindingsConfiguring access to BatchUpdateFinding -AWS Security Hub CSPM customers, and entities acting on their behalf, can use the [BatchUpdateFindings](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_BatchUpdateFindings.html) operation to update information related to the processing of Security Hub CSPM findings from finding providers. As a customer, you can use this operation directly. SIEM, ticketing, incident management, and SOAR tools can also use this operation on behalf of a customer. +AWS Security Hub CSPM customers, and entities acting on their behalf, can use the [BatchUpdateFindings](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html) operation to update information related to the processing of Security Hub CSPM findings from finding providers. As a customer, you can use this operation directly. SIEM, ticketing, incident management, and SOAR tools can also use this operation on behalf of a customer.