Projects

Update project metadata

Updates name, description, icon or visibility. Requires project admin; a non-member gets 404 rather than 403, so the response never confirms that a project exists. The project's server map is not updatable here — see the per-server routes.

patch/projects/{projectId}

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

Request body

namestring
descriptionstring
iconstring
visibility'public' | 'private'

Response

The updated project.

idstring required
namestring required
descriptionstring nullable
iconstring nullable
organizationIdstring nullable
visibilitystring nullable
rolestring

Caller's role on the project, when resolved.

createdAtnumber nullable

Epoch milliseconds.

updatedAtnumber nullable

Changes