Users/Usage
Update limits
Updates the account's limits manageable on your account's Limits page. Specifically the: maxMonthlyUsageUsd and dataRetentionDays limits (see request body schema for more details).
put/v2/users/me/limits
Request body
Example request
{
"maxMonthlyUsageUsd": 300,
"dataRetentionDays": 90
}Response
object required