Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PATCH 'https://api.example.com/projects/project_api' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "name": "Backend API Service" }'
{ "id": "project_api", "tenantId": "tenant_acme", "workspaceId": "workspace_main", "scopeId": "scope_project_api", "name": "Backend API Service" }
Update a project
Was this page helpful?