Create a new `namespace`.
Namespaces
ns_create
POST
Create a new `namespace`.
Namespaces are created automatically when referenced from other API functions.
It is not necessary to create them manually.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The key of the namespace to create.
- Must be unique to the authorized organization.
- 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 namespace.
- Must have length between 1-1024 (inclusive).
Required string length:
1 - 1024