Create a new `base`.
Bases
base_create
POST
Create a new `base`.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The namespace in which the base will be created. If the namespace
doesn't exist it will be automatically created.
Required string length:
3 - 63The key of the base to create.
- Must be unique to the specified
namespace. - Must only contain A-Z, a-z, 0-9, dash (-), or underscore (_).
- Must have length between 3-63 (inclusive).
A prefixed UUID will be generated for you if this is omitted.
Required string length:
3 - 63A description of the base.
- Must have length between 1-1024 (inclusive).
Required string length:
1 - 1024