Skip to content

Commit b086ad0

Browse files
docs(account): camelCase and clarify warmup status fields (#63)
* docs(account): camelCase and clarify warmup status fields Co-Authored-By: Adil <adil@lix-it.com> * docs(account): rename max warmup limits to target Co-Authored-By: Adil <adil@lix-it.com> * docs(account): rename warmup limits to total/available Co-Authored-By: Adil <adil@lix-it.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Adil <adil@lix-it.com>
1 parent 4393f63 commit b086ad0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/includes/_account.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ print(response.json())
141141
"warmup": {
142142
"status": "warming",
143143
"details": {
144-
"active_days": 2,
145-
"daily_limit": 100,
146-
"hourly_limit": 40,
147-
"max_daily_limit": 500,
148-
"max_hourly_limit": 100
144+
"consecutiveActiveDays": 2,
145+
"dailyAvailable": 100,
146+
"hourlyAvailable": 40,
147+
"dailyTotal": 500,
148+
"hourlyTotal": 100
149149
}
150150
}
151151
}
152152
```
153153
154-
The `warmup` object is only present when the account warmup feature is enabled for the account. When warmup is complete the `status` field becomes `"completed"` and the `active_days` and limits reflect the final tier.
154+
The `warmup` object is only present when the account warmup feature is enabled for the account. When warmup is complete the `status` field becomes `"completed"` and the `consecutiveActiveDays` and `dailyAvailable`/`hourlyAvailable` fields reach their `dailyTotal`/`hourlyTotal` values.

0 commit comments

Comments
 (0)