Projects

Update project

Update project metadata, visibility, password, or managed subdomain.

PATCH/api/v1/projects/{projectID}

Authentication: REST bearer token required.

Parameters

projectIDUUIDrequired

PathThe project UUID.

namestringoptional

BodyReplacement project name, up to 100 Unicode characters.

descriptionstringoptional

BodyReplacement description.

visibilitystringoptional

Bodydraft, private, password, or public.

access_passwordstringoptional

BodyReplacement access password; required when changing to password visibility.

url_subdomainstringoptional

BodyReplacement managed subdomain when the account plan allows it.

Responses

200

The updated project.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

403

The account plan or current grant does not allow the action.

404

The requested resource does not exist for this account.