-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
The API accepts requests with at least one of maxMonthlyUsageUsd | dataRetentionDays fields. The client options type requires both to be present.
See the client type:
apify-client-js/src/resource_clients/user.ts
Line 288 in 3ef0ab2
| export type LimitsUpdateOptions = Pick<Limits, 'maxMonthlyUsageUsd' | 'dataRetentionDays'>; |
See the validation logic in API:
Metadata
Metadata
Assignees
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.