Update a project's name and/or slug. Returns the updated project.
patch/projects/{project_id}
Path parameters
project_idinteger required
Project ID
Request body
namestring
slugstring
Response
createTimeinteger required
Timestamp in milliseconds.
devDeploymentNamestring nullable
The name of the requesting member's default development deployment for
this project, if one exists (an active local deployment or default
cloud dev deployment).
idinteger required
namestring required
prodDeploymentNamestring nullable
The name of the default production deployment for this project, if one
exists (e.g. "happy-otter-123").