codecommit_update_repository_description {paws.developer.tools} | 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. |