View source: R/codecommit_operations.R
codecommit_update_repository_description | R Documentation |
Sets or changes the comment or description for a repository.
See https://www.paws-r-sdk.com/docs/codecommit_update_repository_description/ for full documentation.
codecommit_update_repository_description(
repositoryName,
repositoryDescription = NULL
)
repositoryName |
[required] The name of the repository to set or change the comment or description for. |
repositoryDescription |
The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.