Seed Usage
Seed usage events for a tenant.
Seed usage events for a tenant.
Path Parameters
tenant_id*Tenant Id
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/test/seed/497f6eca-6276-4993-bfeb-53cbbbba6f08/usage" \ -H "Content-Type: application/json" \ -d '{ "event_type": "string", "quantity": 0 }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}