codecommit_update_repository_description {paws.developer.tools} | R Documentation |
Sets or changes the comment or description for a repository
Description
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.
Usage
codecommit_update_repository_description(
repositoryName,
repositoryDescription = NULL
)
Arguments
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. |
[Package paws.developer.tools version 0.9.0 Index]