diff --git a/Octokit/Models/Request/NewRepository.cs b/Octokit/Models/Request/NewRepository.cs index 7e004679..04184c5d 100644 --- a/Octokit/Models/Request/NewRepository.cs +++ b/Octokit/Models/Request/NewRepository.cs @@ -40,7 +40,7 @@ namespace Octokit /// /// Optional. Gets or sets whether to enable issues for the new repository. The default is true. /// - public bool HasIssues { get; set; } + public bool? HasIssues { get; set; } /// /// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true.