View source: R/codecommit_operations.R
codecommit_update_approval_rule_template_content | R Documentation |
Updates the content of an approval rule template. You can change the number of required approvals, the membership of the approval rule, and whether an approval pool is defined.
See https://www.paws-r-sdk.com/docs/codecommit_update_approval_rule_template_content/ for full documentation.
codecommit_update_approval_rule_template_content(
approvalRuleTemplateName,
newRuleContent,
existingRuleContentSha256 = NULL
)
approvalRuleTemplateName |
[required] The name of the approval rule template where you want to update the content of the rule. |
newRuleContent |
[required] The content that replaces the existing content of the rule. Content statements must be complete. You cannot provide only the changes. |
existingRuleContentSha256 |
The SHA-256 hash signature for the content of the approval rule. You can
retrieve this information by using
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.