WorkerWorkers Kv Namespace

Rename a Namespace

PUT
Modifies a namespace's title.

Path parameters

namespace_identifierstringRequired
Namespace identifier tag.
account_identifierstringRequired
Identifier

Request

This endpoint expects an object.
title
stringRequired
A human-readable string name for a Namespace.

Response

This endpoint returns an object
result
unionOptional
PUT
1curl -X PUT https://api.cloudflare.com/client/v4/accounts/023e105f4ecef8ad9ca31a8372d0c353/storage/kv/namespaces/0f2ac74b498b48028cb68387c421e279 \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "title": "My Own Namespace"
6}'
200Updated
1{}