mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
payload can be any JSON object, relaxed deserialized POCO
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// JSON payload with extra information about the deployment.
|
||||
/// </summary>
|
||||
public string Payload { get; set; }
|
||||
public object Payload { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Date and time that the deployment was created.
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// JSON payload with extra information about the deployment.
|
||||
/// </summary>
|
||||
public string Payload { get; set; }
|
||||
public object Payload { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The target URL of this deployment status. This URL should contain
|
||||
|
||||
Reference in New Issue
Block a user