cURL
curl --request PUT \ --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/user-configs/admin/metering-limit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-admin-api-key: <x-admin-api-key>' \ --data ' { "meteringLimit": 100, "customerId": "123" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The API key to access the admin API
100
"123"
Updated Metering Limit
The response is of type object.
object