Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 2de7053

Browse files
committed
Update UpdateCdnEndpoint TTL property
1 parent ca227b9 commit 2de7053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DigitalOcean.API/Models/Requests/UpdateCdnEndpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class UpdateCdnEndpoint {
66
/// The amount of time the content is cached by the CDN's edge servers in seconds.
77
/// </summary>
88
[JsonProperty("ttl")]
9-
public int? TTL { get; set; }
9+
public int? Ttl { get; set; }
1010

1111
/// <summary>
1212
/// The ID of a DigitalOcean managed TLS certificate used for SSL when a custom subdomain is provided.

0 commit comments

Comments
 (0)