Set My Cost Limit
PUT/api/v1/profile/cost-limit
Set a custom daily cost limit for the current user.
The limit must be positive and cannot exceed the tenant's cost limit. Once set, API requests will be blocked when the daily limit is reached.
Request
Responses
- 200
- 400
- 401
- 422
- 500
Successful Response
Limit exceeds tenant maximum
Unauthorized
Validation error
Server error