Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v0/projects/{id}PATCH
Path Parameters
id *string
Request Bodyapplication/jsonrequired
name *string
Response
200
ok *boolean
id *string
orgId *string
name *string
404
error *string
Request example
curl -X PATCH "https://api.example.com/api/v0/projects/<id>" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'