Skip to main content
PATCH
/
namespaces
/
{namespaceId}
cURL
curl -X PATCH 'https://api.nuntly.com/namespaces/ns_01kabn43yqyxn2bx4ve84mczd3' \
  -H 'Authorization: Bearer apk_xxx' \
  -H 'Content-Type: application/json' \
  -d '{}'
{
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

namespaceId
string
required

Body

application/json
name
string

The display name of the namespace.

externalId
string | null

An optional external identifier for the namespace.

Response

Successful response.

data
object
required