v1

latestOpenAPI 3.1.02026-07-267154122.0 KB
Projects

Update a project's name / budget cap

Partial update. For monthlyCredits, a number sets the cap, an explicit null clears it, and omitting the field leaves it alone.

patch/projects/{projectId}

Request body

namestring
monthlyCreditsinteger nullable

Number sets the cap, explicit null clears it, omitted leaves it alone.

Response

The updated project.

object'project' required
idstring uuid required
namestring required
monthlyCreditsnumber nullable required

Monthly budget cap in credits, or null when uncapped.

createdAtstring date-time required