Skip to main content
PATCH
/
projects
/
{project_id}
curl -X PATCH "https://api.atomscale.ai/projects/d290f1ee-6c54-4b01-90e6-d701748f0851" \
  -H "X-API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "InGaN LED Development (2024)"
  }'
"d290f1ee-6c54-4b01-90e6-d701748f0851"
Updates an existing project. Only the fields you include in the request body are changed.
project_id
string
required
UUID of the project to update
name
string
New project name

Response

Returns the UUID of the updated project.
curl -X PATCH "https://api.atomscale.ai/projects/d290f1ee-6c54-4b01-90e6-d701748f0851" \
  -H "X-API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "InGaN LED Development (2024)"
  }'
"d290f1ee-6c54-4b01-90e6-d701748f0851"