@@ -137,9 +137,10 @@ def create(
137137
138138 health_check_interval: Interval in seconds between automatic health checks. When set, the system
139139 periodically verifies the authentication status and triggers re-authentication
140- if needed. Maximum is 86400 (24 hours). Default is 3600 (1 hour). The minimum
141- depends on your plan: Enterprise: 300 (5 minutes), Startup: 1200 (20 minutes),
142- Hobbyist: 3600 (1 hour).
140+ if needed. Maximum is 86400 (24 hours). Default is 3600 (1 hour) or your plan
141+ minimum, whichever is larger. The minimum depends on your plan: Enterprise: 300
142+ (5 minutes), Startup: 1200 (20 minutes), Hobbyist: 3600 (1 hour), Free: 21600 (6
143+ hours).
143144
144145 health_checks: Whether to enable periodic health checks. When false, the system will not
145146 automatically verify authentication status, and `auto_reauth` has no effect on
@@ -749,9 +750,10 @@ async def create(
749750
750751 health_check_interval: Interval in seconds between automatic health checks. When set, the system
751752 periodically verifies the authentication status and triggers re-authentication
752- if needed. Maximum is 86400 (24 hours). Default is 3600 (1 hour). The minimum
753- depends on your plan: Enterprise: 300 (5 minutes), Startup: 1200 (20 minutes),
754- Hobbyist: 3600 (1 hour).
753+ if needed. Maximum is 86400 (24 hours). Default is 3600 (1 hour) or your plan
754+ minimum, whichever is larger. The minimum depends on your plan: Enterprise: 300
755+ (5 minutes), Startup: 1200 (20 minutes), Hobbyist: 3600 (1 hour), Free: 21600 (6
756+ hours).
755757
756758 health_checks: Whether to enable periodic health checks. When false, the system will not
757759 automatically verify authentication status, and `auto_reauth` has no effect on
0 commit comments