mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-30 09:49:04 +00:00
Fix up XML comments as per PR review
This commit is contained in:
@@ -18,8 +18,8 @@ namespace Octokit
|
||||
/// <item>
|
||||
/// <term>content_type</term>
|
||||
/// <description>
|
||||
/// An optional string defining the media type used to serialize the payloads.Supported values include json and
|
||||
/// form.The default is form.
|
||||
/// An optional string defining the media type used to serialize the payloads. Supported values include json and
|
||||
/// form. The default is form.
|
||||
/// </description>
|
||||
/// </item>
|
||||
/// <item>
|
||||
@@ -33,7 +33,7 @@ namespace Octokit
|
||||
/// <term>insecure_ssl:</term>
|
||||
/// <description>
|
||||
/// An optional string that determines whether the SSL certificate of the host for url will be verified when
|
||||
/// delivering payloads.Supported values include "0" (verification is performed) and "1" (verification is not
|
||||
/// delivering payloads. Supported values include "0" (verification is performed) and "1" (verification is not
|
||||
/// performed). The default is "0".
|
||||
/// </description>
|
||||
/// </item>
|
||||
|
||||
Reference in New Issue
Block a user