Skip to main content
PATCH
Update a usage base

Authorizations

Authorization
string
header
required

API key for authentication.

Path Parameters

id
string<uuid>
required

The usage base id (the row id returned by /usage/bases, not the Airtable base id).

Example:

"8f1d6b2c-3a4e-4c5d-9e6f-0a1b2c3d4e5f"

Body

application/json
baseName
string
Example:

"Sales CRM"

scheduledHour
integer

Local hour (0-23) the daily count runs.

Required range: 0 <= x <= 23
Example:

9

timezone
string

IANA timezone id used to resolve the scheduled hour.

Example:

"Europe/Berlin"

Response

The updated usage base.

base
Usage Base · object