cURL
Projects
Update the current project
Updates project-level metadata. Use this to change the display name, timezone, default language, or to add/remove target languages.
Adding a new target language does not auto-translate existing
content — call POST /content/{key}/translate or
POST /blog-posts/{id}/translate for that.
Read-only fields (id, slug, created_at, plan) are ignored.
PATCH
cURL
Authorizations
Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage
keys via /projects/me/api-keys. Test-mode keys use
the ndsk_test_ prefix.
Body
application/json
Response
Updated project.
Example:
"prj_2NfQmBcKpXY8"
Example:
"Lakeside Yoga"
Example:
"lakeside-yoga"
Example:
"en"
Example:
["en", "fr", "de"]Available options:
free, hobby, build, scale, enterprise Example:
"hobby"
Example:
"wellness"
Example:
"Europe/London"