View source: R/codecommit_operations.R
codecommit_put_repository_triggers | R Documentation |
Replaces all triggers for a repository. Used to create or delete triggers.
See https://www.paws-r-sdk.com/docs/codecommit_put_repository_triggers/ for full documentation.
codecommit_put_repository_triggers(repositoryName, triggers)
repositoryName |
[required] The name of the repository where you want to create or update the trigger. |
triggers |
[required] The JSON block of configuration information for each trigger. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.