Create a namespace

Create a namespace #

Creates a new namespace.

Examples #

If creating a website namespace, the following request creates a new namespace called website:

PUT /_namespace/website

Request #

PUT /_namespace/<name>

Path parameters #

  • <name>
    (Required, string) The name of the namespace. Namespace names must meet the following criteria:
    • Lowercase only
    • Cannot include \ /, *, ?, ", <, >, |, , ,, #
    • Cannot start with -, _, +
    • Cannot be . or ..
    • Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit faster)
Calendar March 9, 2024
Edit Edit this page