fix: give cache control proper json property name
This commit is contained in:
@@ -58,6 +58,7 @@ public class Tool
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the cache control to be used for the tool.
|
/// Gets or sets the cache control to be used for the tool.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonPropertyName("cache_control")]
|
||||||
public CacheControl? CacheControl { get; set; }
|
public CacheControl? CacheControl { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user